Note
Application for notes, similar to Kanban, which you can share with your friends, work on them together, see the progress of their completion, write comments, view reporting and much more
$ npm install# Development
$ npm run start
# Watch mode
$ npm run start:dev
# Production mode
$ npm run start:prodWarning
Now, when you run the project again, the database will be created. I'll fix it soon
# Build
$ docker-compose build
# Start project
$ docker-compose up- TypeScript
- Nest.JS
- Postgres
- Docker
- Grafana
- Sequalize
- Jest
- Swagger
On my application i use jest unit-testing
# Testing all application
$ npm run test# Testing separate modules
$ npx jest modules/{name of module}/testsCheck README.md on database directory
Tip
You can watch docs api on http://localhost:{{port}}/docs