http://275openhack.s3-website.us-east-2.amazonaws.com/
- Nirbhay Kekre 012455313 nirbhay.kekre@sjsu.edu
- Rajat Dineshchandra Chaurasia 013734279 rajat.chaurasia@sjsu.edu
- Samarth Khatwani 013592072 samarth.khatwami@sjsu.edu
- Yash Kumar Mahajan 013766675 yashkumar.mahajan@sjsu.edu
- Maven and Java (1.8 or higher) should be installed.
- MySQL database server should be installed and up and runnging
- create a database named openHack, using following command:
CREATE DATABASE openHack;
- Optional - eclipse
- ReactJs and npm should be installed, Open Command Propmt in Front End Folder.
- Run npm install
- After successful installation of node module, Run npm start to Start Front End.
- OpenHack HomePage can be accessible at http://localhost:3000
- clone this repository
- Do necessary changes for database in application.properties file located in resource folder
- If you have eclipse installed, open the project in backend directory. And run it as spring boot application
- If eclipse is not installed, open terminal and run following command:
mvn clean install -DskipTests
- go to target folder once build is successful
- run following command at terminal:
java -jar open-hack-0.0.1-SNAPSHOT.jar
- Financial Report : Registration Fee Payment Report, Hackathon Earning Report
- Hackthon LeaderBoard