Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

## Description [Nest](https://github.com/nestjs/nest) framework TypeScript starter repository. ## Installation ```bash $ npm install ``` ## Running the app The Postgres database is dockerized, and the image must be installed: ```bash docker compose up dev-db -d ``` Once the docker container with the database is runnig, the database can be removed, brought up again and migrated in a single command: ```bash npm run prisma:dev:restart ``` The nestjs backend itself is run using the following commands: ```bash # development $ npm run start # watch mode $ npm run start:dev # production mode $ npm run start:prod ``` ## Test TBD ## License Nest is [MIT licensed](LICENSE).