Go to file
joelson 0084a162f7
Deploy vendaweb-api / build-and-push-deploy (push) Successful in 46s Details
fix: correct port mapping in docker-compose.yml for vendaweb-api
2026-01-05 13:55:49 -03:00
.gitea/workflows feat: add deployment workflow for vendaweb-api 2026-01-05 12:12:54 -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 fix: update Dockerfile CMD and change server port in main.ts 2026-01-05 13:29:57 -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 fix: update Dockerfile CMD and change server port in main.ts 2026-01-05 13:29:57 -03:00
README.md commit 2025-01-27 17:44:27 -03:00
docker-compose.yml fix: correct port mapping in docker-compose.yml for vendaweb-api 2026-01-05 13:55:49 -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.