Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeniobarrosjr/ignite-node-js-challenge-02
Challenge 02 - Node.js Middlewares
https://github.com/eugeniobarrosjr/ignite-node-js-challenge-02
Last synced: about 1 month ago
JSON representation
Challenge 02 - Node.js Middlewares
- Host: GitHub
- URL: https://github.com/eugeniobarrosjr/ignite-node-js-challenge-02
- Owner: eugeniobarrosjr
- Created: 2021-03-15T10:20:29.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-15T11:02:08.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T12:37:28.538Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio 2 do Ignite Trilha NodeJS
Desafio 02: Conceitos do Node.js
![]()
## Sobre
Nesse desafio, foi criado uma API para gerenciar suas tarefas com middlewares.
### Instalação e Execução do Projeto
- Clone este repositório
```
git clone https://github.com/eugeniobarrosjr/ignite-node-js-challenge-02.git
```- Instale as dependências com o Yarn
```
yarn
```- Rode a suite de testes
```
yarn test
```- Execute o projeto
```
yarn dev
```### Documentação do Desafio
Documentação seguindo as descrições em: **[Documentação e Testes](https://www.notion.so/Desafio-02-Trabalhando-com-middlewares-4f89bf538c2e4ee291382b92bdc36790)**
## Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](https://github.com/git/git-scm.com/blob/master/MIT-LICENSE.txt) para mais detalhes.
---
by Eugênio Barros :wave: