https://github.com/codeedu/live-imersao-fullcycle5-nest-api
https://github.com/codeedu/live-imersao-fullcycle5-nest-api
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codeedu/live-imersao-fullcycle5-nest-api
- Owner: codeedu
- Created: 2021-11-30T16:45:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T16:47:44.000Z (about 4 years ago)
- Last Synced: 2025-04-22T18:59:07.029Z (9 months ago)
- Language: TypeScript
- Size: 89.8 KB
- Stars: 7
- Watchers: 3
- Forks: 4
- 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 Criando API Rest com Nest.js: [https://www.youtube.com/watch?v=CmJGmNkY6FU](https://www.youtube.com/watch?v=CmJGmNkY6FU)
## 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.