Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eugeniobarrosjr/ignite-node-js-challenge-01
Challenge 01 - Node.js Concepts
https://github.com/eugeniobarrosjr/ignite-node-js-challenge-01
Last synced: about 1 month ago
JSON representation
Challenge 01 - Node.js Concepts
- Host: GitHub
- URL: https://github.com/eugeniobarrosjr/ignite-node-js-challenge-01
- Owner: eugeniobarrosjr
- Created: 2021-03-13T15:06:42.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T17:30:31.000Z (almost 4 years ago)
- Last Synced: 2024-11-09T12:37:28.638Z (3 months ago)
- Language: JavaScript
- Size: 159 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio 1 do Ignite Trilha NodeJS
Desafio 01: Conceitos do Node.js
![]()
## Sobre
Nesse desafio, foi criado uma API para gerenciar suas tarefas.
### Instalação e Execução do Projeto
- Clone este repositório
```
git clone https://github.com/eugeniobarrosjr/ignite-node-js-challenge-01.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-01-Conceitos-do-Node-js-59ccb235aecd43a6a06bf09a24e7ede8)**
## 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: