This project is building using NestJS and MongoDB
Nest packages:
| Technology | Version |
|---|---|
| NodeJS | 20.X |
| MongoDB | 5.0 |
Notes:
- There is a docker-compose.yml with mongodb dependency, just use nvm to switch node version.
- Install dependencies
- Install husky hooks
- Launch server
Install dependencies
yarn installInstall and configure husky
npx husky installYou can launch some architecture dependencies with Docker using Docker Compose.
Start services
yarn helloStop services
yarn bye| Services | - |
|---|---|
| MongoDB | 5.0 |
| Swagger | View |
| Compodoc | View |
Run unit testing band
yarn testRun end to end testing band
yarn test:e2eRead more about examples here