https://github.com/phmc99/study-node-streams
This projects is about a Node REST API without frameworks and a lot of features using only native tools
https://github.com/phmc99/study-node-streams
Last synced: 11 months ago
JSON representation
This projects is about a Node REST API without frameworks and a lot of features using only native tools
- Host: GitHub
- URL: https://github.com/phmc99/study-node-streams
- Owner: phmc99
- Created: 2024-04-11T02:22:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-04T03:03:19.000Z (over 1 year ago)
- Last Synced: 2025-06-17T23:43:23.710Z (12 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desafio
## Detalhes
Nesse desafio você desenvolverá uma API para realizar o CRUD de suas *tasks* (tarefas).
A API deve conter as seguintes funcionalidades:
- Criação de uma task
- Listagem de todas as tasks
- Atualização de uma task pelo `id`
- Remover uma task pelo `id`
- Marcar pelo `id` uma task como completa
- E o verdadeiro desafio: Importação de tasks em massa por um arquivo CSV usando streams