Skip to content

vuyko23/taxi-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Service

Simple taxi service application. Were you can create drivers, cars, cars manufacturers and manage them. The project has written using Servlets, JDBC, and follows SOLID principles. User authentication and password hashing are also implemented.

Technologies

  • JDBC
  • Tomcat
  • Servlet
  • RDBMS(MySQL)
  • JSP, JSTL
  • HTML, CSS

Configuration Steps

  • Install Tomcat(Version 9.0.6 other version may provide a mistake)
  • Install MySQL database
  • Create a new Schema in your DB
  • Create tables using init_db.sql file in the resources folder
  • Setup ConnectionUtil class with your values
  • Configure Tomcat in your development environment
  • Run the project

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published