- Install docker following the instructions at https://gist.github.com/din0s/2660fdf6cf2307737210b62770780157
- Install NodeJS
- If you run on Linux follow the instructions at the link:
https://www.geeksforgeeks.org/installation-of-node-js-on-linux/
- If you run on Windows follow the instructions at the link:
- Clone repository
- Open a terminal and a file exlorer in \GradeServer
- At terminal input cp .env.defaults .env
- In .env file change mongoHost=ip:port to mongoHost=0.0.0.0:27017
- At terminal input (docker must be running):
- npm install
- docker-compose up -d mongodb
- npm start