Nestjs Startup project. Use this project as base to others
- NodeJs backend written in Typescript
- Using modular and dependency injection architecture of Nestjs
- Swagger documentation
- Postgres
- Postgres data base migration
- TypeOrm
- Unity tests
- End to end tests
- Docker componentization
- Error handling
- Log4js integration
$ docker-compose up --build
$ npm install
$ npm start
$ npm install
$ npm test
make sure you have a mongodb running on localhost:27017
$ npm install
$ npm run test:e2e
After running the app you can access the documentation at: http://localhost:3000/api