Task management API.
This project was boostrapped with Nest CLI using Typescript Starter.
The application use to environment variables for running. Please refer to .env-example file.
NODE_ENV #Node environment (development, production)
PORT #Application port (3000)
DATABASE_URL #Database connection String
yarn start #Start the app
yarn start:dev #Start the app in dev mode
yarn docker:clean #Clean containers, volumes and local images
yarn docker:dev #Start the app environment in dev mode
yarn docker:database #Start the database
yarn test #Run the tests
yarn test:cov #Run the tests and show coverage
- NestJS / Typescript
- Jest
- Swagger
- Sonarqube / Sonarsource
- Docker / Docker-Compose
- Heroku