Go to file
joelson 9176d65606
Deploy NestJS API / build-and-push-deploy (push) Successful in 30s Details
refactor: Update workflow name, SHA source, Docker image tagging, and Portainer webhook notification.
2026-01-05 15:23:32 -03:00
.gitea/workflows refactor: Update workflow name, SHA source, Docker image tagging, and Portainer webhook notification. 2026-01-05 15:23:32 -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 chore: update API startup console log message 2026-01-05 14:56:17 -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: clean up Dockerfile by removing unnecessary comments and consolidating commands 2026-01-05 14:00:11 -03:00
README.md commit 2025-01-27 17:44:27 -03:00
docker-compose.yml feat: Configure `vendaweb-api` service to build locally and connect to an external `juru-network`. 2026-01-05 14:34:15 -03:00
nest-cli.json commit 2025-01-27 17:44:27 -03:00
package-lock.json Gravar estoque atual do item no momento da venda 2025-05-13 09:42:19 -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 setup da configuracao do redis 2025-03-13 22:27:19 -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.