This is a tool to create online Quizes.
This project has been made with educational purposes.
The main idea here was to build a project using NestJS.
To run development mode:
docker-compose up startTo run commands on Nest CLI:
docker-compose run --rm nest <COMMAND>To run tests:
docker-compose run --rm npm run testThe first time you run the tests might take longer (mongodb-memory-server must download the MongoDB binaries).