An Web App to buy or sell vehicles. Developed using Java Servlets, JSP templates, JDBC driver and mySQL database
Click on the image to watch the full video.
Java Servlets, JSP pages, JDBC driver for mySQL, ArrayLists
- Download Eclipse EE IDE.
- Download Apache Tomcat Server.
- Clone the repo in the working directory.
- Import the
vehicle.sql
file in phpmyadmin or some other mySQL tool - Run the server.
- Type
http://localhost:8080/Vehicle/
in the browser.
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.