Skip to content

SeReNb26/taxi-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Service

taxi


This project is an example of a simple taxi service. It is based on a 3-tier architecture. All visualization is implemented as a web page. The information is stored in a database.

The project supports the following functionality:

  • Driver registration
  • Creation of a new car manufacturer
  • Creation of a new car
  • Display all drivers
  • Display all manufacturers
  • Display all cars
  • Adding a driver to a car
  • Display all cars of an authorized user

  • Technologies


  • Apache Tomcat
  • MySQL
  • JSP & SERVLETS
  • JSTL
  • JDBC
  • Logger
  • HTML
  • CSS

  • Instructions for launching


    1. Add tomcat configuration
    2. Install MySQL & Workbench
    3. Go to ConnectionUtil class and change login and password to your own
    4. Run the script from the init_db.sql file in the workbench
    5. Click on the folder with the package name and create a new folder "logs" with the file "app.log"
    6. Change the path to the log.app file in the configuration log4j2.xml file to your own
    7. Run the program
    8. Go to http://localhost:8080 and click on "Register" to add a new driver

    About

    No description, website, or topics provided.

    Resources

    Stars

    1 star

    Watchers

    1 watching

    Forks

    Releases

    No releases published

    Packages

     
     
     

    Contributors