Skip to content

cyouffy/taxi-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taxi Service

Description

Taxi service is designed for companies that provide services for passengers and cargo. With it, you can track the available cars in the taxi fleet, assign existing drivers, as well as add new drivers and new cars.

Features

  • Display all drivers and cars
  • Register new driver, car, or manufacturer
  • Assign a driver for a vacant car
  • Divide a driver from a car

Tech Stack

  • Apache Tomcat
  • Maven
  • MySql
  • JDBC
  • Servlet
  • JSTL
  • JSP, HTML
  • Maven Checkstyle Plugin

Requirements

  • JDK 11
  • Tomcat
  • MySQL Workbench
  • IDE (IntelliJ IDEA, Eclipse, etc.)

Project setup

  1. Clone this project into your local directory and open the project in an IDE.
  2. To configure MySQL DBMS use the script from resources/init_db.sql.
  3. Specify the URL to the database, as well as the password and username in the project directory taxi/util/ConnectionUtil.java.
  4. Configure Apache Tomcat.
  5. Now you can run the project.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published