Go to file
JuruSysadmin 73c460d87b
Deploy NestJS API / build-and-push-deploy (push) Failing after 1m36s Details
Merge branch 'dev' into main
2026-01-13 12:33:19 -03:00
.gitea/workflows refactor: simplify image tagging and pushing in deployment workflow 2026-01-06 12:23:33 -03:00
.vscode feat/ajuste para retornar em lista 2026-01-08 17:19:06 -03:00
certificado Alterado end point api/v1/delivery/schedule para mostrar a capacidade e saldo da capacidade com 3 casas decimais e criado peso adicional para mostrar a data de entrega na abertura da venda 2025-03-11 17:16:05 -03:00
scripts Alterado end point api/v1/delivery/schedule para mostrar a capacidade e saldo da capacidade com 3 casas decimais e criado peso adicional para mostrar a data de entrega na abertura da venda 2025-03-11 17:16:05 -03:00
src Merge branch 'feat/painel-cliente' 2026-01-13 12:30:02 -03:00
test commit 2025-01-27 17:44:27 -03:00
.dockerignore Atualiza configurações do Docker e Dockerfile para otimização de serviços 2025-01-27 22:22:44 -03:00
.eslintrc.js commit 2025-01-27 17:44:27 -03:00
.gitignore chore: ignora pastas de dados e arquivos sensiveis 2026-01-05 11:46:41 -03:00
.prettierrc commit 2025-01-27 17:44:27 -03:00
Dockerfile refactor: update port mappings to 8068, enhance deployment configurations, and modify health check response 2026-01-06 12:20:43 -03:00
README.md commit 2025-01-27 17:44:27 -03:00
docker-compose.yml refactor: update port mappings to 8068, enhance deployment configurations, and modify health check response 2026-01-06 12:20:43 -03:00
nest-cli.json commit 2025-01-27 17:44:27 -03:00
package-lock.json feat/ajuste para retornar em lista 2026-01-08 17:19:06 -03:00
package.json commit antes da migração da versao do TYPEORM 2025-03-14 15:22:40 -03:00
tsconfig.build.json commit 2025-01-27 17:44:27 -03:00
tsconfig.json feat/ajuste para retornar em lista 2026-01-08 17:19:06 -03:00

README.md

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.