/Fundamentals-CRUD

A CRUD that receives CSV files and saves on a database.

Primary LanguageJavaScript

NodeJS CRUD

I aim to learn and fix in my mind nodejs fundamentals. It will be coded a rest API without any lib like fastify or express.

With this API, I should be able to:

  • Create a new Task
  • Retrieve / get all tasks
  • Update a task by it's ID
  • Delete a task by it's ID
  • Check a task as complete by it's ID
  • Import massive tasks from a CSV file

More informations:
Desafio 01 - Notion


Env content DATABASE_URL="file:./dev.db"