BRONCO PLANNER
Study Hard Play Hard, CPP Student personal organizer.
......
DEMO
Due to cost of maintenence, we need to stop our web service
Bronco Planner
Progress
- [x] Phase#1 - DUE FEB 6, 207
- [x] Phase#2 - DUE FEB 13, 207
- [x] Phase#3 - DUE FEB 20, 207
- [x] Phase#4 - DUE FEB 27, 207
Developers
Members |
Position |
Diana |
Front-End developer |
Kushal |
Front-End developer |
Nanwarin |
Project Manager and Full-Stack Developer |
Wilson |
Front-End developer |
Running the Project Locally
On Eclipse:
Locate the MyApp.java in src/main/java source folder and right-click on it->Run As->Java Application
Verify the running process in your web browser by the following URLs:
On cmd:
- Go to root directory, build package with maven: cmd - "mvn package"
- Go to root/target directory, execute JAR file: cmd - "java -jar study-hard-play-hard-X.X.jar"
Requirement
- Java 1.8
- MongoDB to run in Server background