Repository for CS320 Spring 2019, the C-Lions
Instructions for installation
- Install Node.js on your local machine
- Download mongodb from (https://www.mongodb.com/download-center/community)
- Clone umasss-cs320-c-lions to your local machine
- Go to umass-cs320-c-lions
- Add 'mongod.exe' to your system path, and make sure your path variable has Git, Mongo, nodejs, and System32. Then run command 'mongod --dbpath=<directory to file of your choosing>\data'
- Use the 'npm run refresh-deps' command
- Use the 'npm start' command to start the development environment
- Go to http://localhost:8080 for frontend and http://localhost:3030 for backend