https://github.com/codeedu/live-imersao-fullcycle7-nest-api
https://github.com/codeedu/live-imersao-fullcycle7-nest-api
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/live-imersao-fullcycle7-nest-api
- Owner: codeedu
- Created: 2022-03-29T18:55:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T18:57:53.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T17:51:11.325Z (10 months ago)
- Language: TypeScript
- Size: 86.9 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Participe gratuitamente: https://imersao.fullcycle.com.br/
## Sobre o repositório
Esse repositório contém o código-fonte ministrado na aula Intensivão com Nest.js: [https://www.youtube.com/watch?v=ucHzhctPlbA](https://www.youtube.com/watch?v=ucHzhctPlbA)
## Rodar a aplicação
Execute os comandos:
```bash
docker-compose up
```
Acesse no browser http://localhost:3000/orders. Use o arquivo `api.http` para testar a API.