- Run docker or install if you do not have one
- Clone the repository
- Create mongodb container with
make mongodbinit - Run server with
npm start
- Run docker or install if you do not have one
- Clone the repository
- Create mongodb container with
make mongodbinitor if you have done this previously, you may skip this one - Test with test runner or
npm test
Stop docker container using make mongodbstop