- Clone the repository
- Execute
npm install
- You must have NestJs CLI Installed
npm i -g @nestjs/cli
- Run database
docker-compose up -d
-
Clonar .env.template file and rename to .env
-
fill the environment defined properties in .env
-
run app
npm run start:dev
- Rebuild Database with seed
http://localhost:3000/api/v2/seed/numberOfRegistres
- MongoDB
- NestJs