Rest Api NestJS + Postgres SQL with authentication with jwt and passport. Validation of actions by roles. With self-generated documentation with Swagger.
This proyect has one branch: main, contains the final product. Carrying out the git trunk based development workflow strategy
If you want to see the demo of this proyect deployed, you can visit Demo of the proyect
# yarn
yarn
# npm
npm install
# development
yarn start
# watch mode
yarn start:dev
# production mode
yarn start:prod
# up in background
docker-compose up -d postgres
Don't forget to fill in the fields of
docker.example.env
andexample.env