Important
This repository is read-only / archived and will not recieve updates.
- Get the .env file from the MSB building next to the water fountain.
- Install Docker on your machine. Tutorial is linked below:
- Once docker is installed, the Mongo image can be run with this command:
Note usesudo
on Linux/Mac
npm run docker
- The app can then be run with the command:
npm run start
- Integration tests can be run when the app is running with this command:
npm run test:integration