Bus reservation system application, written in java.
Project Documentation: https://shivajivarma.com/project/bus-reservation-system/
-
Install Prerequisite Software:
- Java 1.8
- MySql 5.6 + MySql Connector/J + workbench (http://dev.mysql.com/downloads/windows/installer/)
- Eclipse Luna
- Install Maven plugin in Eclipse (http://download.eclipse.org/technology/m2e/releases/)
-
Set Enviroment Variables (Paths may vary based on OS and installation):
CLASSPATH=C:\Program Files\Java\jdk1.8.0_20\bin
PATH=C:\Program Files\Java\jdk1.8.0_20\bin
JAVA_HOME=C:\Program Files\Java\jdk1.8.0_20
-
Clone the source code:
git clone https://github.com/shivajivarma/bus-reservation-system.git
-
Import project into eclipse.
-
Make sure eclispe is using currect JDK.
-
Database setup (https://github.com/shivajivarma/bus-reservation-system/tree/master/db)
-
Set Maven goals Eg: compile, package