- Docker
- Nest
- MongoDB
- Express
$ pnpm install
$ docker-compose up -d
$ http://localhost:3000/api/seed
Important
Clone file .env.template to .env and fill the variables
# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod