Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.04 KB

File metadata and controls

23 lines (17 loc) · 1.04 KB

Vehicle-Management-System-Java-Servlet

An Web App to buy or sell vehicles. Developed using Java Servlets, JSP templates, JDBC driver and mySQL database

App Demo

Click on the image to watch the full video.

Watch the video

This app uses

Java Servlets, JSP pages, JDBC driver for mySQL, ArrayLists

Instructions to run

  1. Download Eclipse EE IDE.
  2. Download Apache Tomcat Server.
  3. Clone the repo in the working directory.
  4. Import the vehicle.sql file in phpmyadmin or some other mySQL tool
  5. Run the server.
  6. Type http://localhost:8080/Vehicle/ in the browser.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.