AP-Atul / ParkMe-Website

A website for Renting and Finding a parking spot. Use of Java Servlets, JSP and MySQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ParkMe-WebSite

Directories

  1. WebContent : contains jsp, css and js files
  2. src : Java Servlets
  3. databaseSchema.txt : mysql database table structures

Required JARs

  1. servlet-api.jar : available in tomcat lib directory
  2. mysql-connector.jar : for mysql connection
  3. commons-fileupload.jar : Apache's file upload helper
  4. commons-io.jar : another Apache jar

Executing the project

  1. Create the database according to the schema file with (username: root, password: root).
  2. Import the project as Existing Eclipse Project in Eclipse IDE
  3. Add required Build Path, if still error ocurred, add this jars to Deployment Assembly too.
  4. Run the project on your Tomcat Server.

Help

If any problem occurred, feel free to contact me at atulpatare99@gmail.com

About

A website for Renting and Finding a parking spot. Use of Java Servlets, JSP and MySQL

License:GNU General Public License v3.0


Languages

Language:Java 97.8%Language:JavaScript 1.6%Language:CSS 0.6%