Balance Application to manage your schedule at MIT
- Install Java
- Install Node.js
- Install & start Mongodb
- npm install
- npm start
- access http://localhost:3000/index.html
-
open terminal
-
move balance/data folder
-
execute the below command to import data for each collection ({collection} = task, subject, user or usersubject)
mongoimport --db balance -c {collection} {collection}.json