GalubaGSV / taxi-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My ImageTaxi ServiceMy Image

This project is an imitation of a taxi service. It uses Java Servlets and SQL.

Features

  • Add and delete car models
  • Add and delete cars
  • Add and delete drivers
  • Add drivers to specific cars
  • View all cars belonging to the current driver
  • Authentication

Deployment

This project has been deployed on AWS. You can find it here: http://taxi-cervice.eu-north-1.elasticbeanstalk.com/

Getting Started

  • Clone this repository
  • Run the SQL script located in src/main/resources/init_db.sql to initialize the database
  • Build the project using Maven: mvn clean install
  • Deploy the WAR file to a servlet container such as Tomcat or Jetty

Usage

After deploying the project, navigate to http://localhost:8080 in your web browser to access the taxi service.

Authors

Sergiy Golubchenko

About


Languages

Language:Java 97.9%Language:CSS 2.0%Language:Procfile 0.1%