Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 669 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 669 Bytes

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