Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/padupe/desafio_chapteriii_nodejs
Desafio proposto durante o Capítulo III do Ignite, trilha Node.js.
https://github.com/padupe/desafio_chapteriii_nodejs
Last synced: 11 days ago
JSON representation
Desafio proposto durante o Capítulo III do Ignite, trilha Node.js.
- Host: GitHub
- URL: https://github.com/padupe/desafio_chapteriii_nodejs
- Owner: padupe
- Created: 2021-09-18T18:24:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-28T13:24:34.000Z (about 3 years ago)
- Last Synced: 2024-10-05T10:41:12.078Z (about 1 month ago)
- Language: TypeScript
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Desafio - Database Queries 🎲
Chapter III | Trilha Node.js Ignite
📖[Descrição do Desafio](https://www.notion.so/Desafio-01-Database-Queries-8d97dae581d5446e97555c43d301ee45 "Descrição do Desafio")
---
## 💻 Como utilizar a Aplicação?
```
# Clone este repositório
$ git clone https://github.com/padupe/desafio_chapterIII_nodejs# Instale as dependências
$ yarn install# Rode os testes
$ yarn test```
---