Skip to content

Servlet app that allows the creation Driver, Car, and Manufacturer and also gives the ability to connect cars with drivers, list all drivers, cars, and manufacturers, delete, update, and other...

Notifications You must be signed in to change notification settings

Uka0001/taxi-service-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚕 my-taxi-service 🚕

🚖 Description:

Servlet pet project. The main function allows the creation Driver, Car, and Manufacturer. The app also gives the ability to connect cars with drivers, list all drivers, cars, and manufacturers, delete, update, and give the list of cars by driver login in each session. There is also authentication, with login and the ability to log out by Driver and the ability to register a new Driver before login.

🚖 Project structure:

Used 3 layered architecture (Controller -> Service -> Dao)

🚖 Used technologies

Servlets, TomCat 9, Java 11, Maven

🚖 How to install the project

  • install MySQL and TomCat (9.* version) if you don't have some already
  • start the IDEA and MySql on your computer
  • clone this project on GitHub
  • open project in IDEA
  • pull all changes
  • init db from init_db.sql
  • change your DB settings: URL, username, password, Driver, - in ConnectionUtil class in util folder
  • edit configuration of your TomCat to 9.* version
  • check the app ;)

with ❤️ from 🇺🇦

About

Servlet app that allows the creation Driver, Car, and Manufacturer and also gives the ability to connect cars with drivers, list all drivers, cars, and manufacturers, delete, update, and other...

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages