Skip to content

shivajivarma/bus-reservation-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bus Reservation System

Build Status

Bus reservation system application, written in java.

Project Documentation: https://shivajivarma.com/project/bus-reservation-system/

Setup:

  1. Install Prerequisite Software:

  2. 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
  3. Clone the source code:

    git clone https://github.com/shivajivarma/bus-reservation-system.git
  4. Import project into eclipse.

  5. Make sure eclispe is using currect JDK.

  6. Database setup (https://github.com/shivajivarma/bus-reservation-system/tree/master/db)

  7. Set Maven goals Eg: compile, package