Giter VIP home page Giter VIP logo

driver-service's Introduction

Driver service

The web application will be useful for companies operating in the transport sector. It allows you to manage drivers and vehicles, link and scroll through the lists of entities with the possibility of dynamic changes.

Project Structure

The project has an N-tier structure and consists of the database layer, the DAO layer for interaction with the database, the service layer which contains the business logic, and the presentation layer.
The DAO layer is built with the JDBC API.
Servlets are used to receive and respond to client requests.
Filters control access to the store's functionality.
The presentation layer is implemented with JSP and Bootstrap.
This project also includes custom-made annotations and an injector, which utilizes Reflection API.

Technologies Used

  • Java 11
  • Maven 3.1.1
  • Maven Checkstyle Plugin
  • Javax Servlet API 3.1.0
  • JSTL 1.2
  • JSP
  • Apache Tomcat
  • MySQL RDBMS
  • Bootstrap

Running the Project

To run the project on your local machine, clone this project into your local folder and open the project in an IDE.

Configure Tomcat Server and set up the MySQL DS and MySQL Workbench on your machine.

Replicate the database from the project by copying the script from init_db.sql into the MySQL Workbench query editor window.

Insert your own MySQL username and login in dbProperties in the ConnectionUtil class.

Your MySQL server must be up and running when you launch the project.

When you launch the website for the first time, click on "Inject data" to add the user and admin data to the DB so that the store works properly.

To log in as a User on the website without registration, you can log in as imp with the password password1234.

To log in as an Admin on the website, you should log in as admin with the password 1234.

driver-service's People

Contributors

engineer027 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.