Paarth Kotak, Abhiruchi Karwa, Ke 'Conan' Xuan and Sirushti Murugesan
Our website is available here at : BUSTED
-
Install Java 8 on your system. (if you already have it, avoid this step)
- Once the Java 8 is up and running you are all set with Java
-
Install either Eclipse or Spring Tool Suite
-
Install Node
- Please follow the instructions here
-
Install WebStorm
- Please install WebStorm from here
-
Backend installation commands:
- mvn clean package
- java -jar target/cs5500-spring2018-team212-0.0.1-SNAPSHOT.war
-
Frontend installation commands:
- npm install
- ng serve