- the best way is using docker:
- if you have docker install on your OS, you can run the following command:
npm run dx
- If you don't have docker, you can run the following:
npm run start
- the test rely on a mongoDB server:
run: npm run testdb
and then npm run test
After running the test you can stop the mongo container by running:
npm run stopdb