The backend to our CPEN 391 project
https://www.postman.com/steveny9911/workspace/cpen-391-backend/overview
git checkout main
git push heroku main
Requirement
- NodeJS 14
- MongoDB 4
Install
npm install
npm ci
mongod
Environment Variables
cp .env.sample .env
npm start # start server (port 80)
npm run dev # run development server (port 8080)
npm test # run all tests (also generate coverage)