Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luismda/tasks-api

Tasks API developed only with internal modules of Node.js
https://github.com/luismda/tasks-api

Last synced: 1 day ago
JSON representation

Tasks API developed only with internal modules of Node.js

Awesome Lists containing this project

README

        

# Tasks API

This project is a simple task API in **Node.js** that allows you to create, edit, delete and list tasks. The main objective was to develop these functionalities using only Node.js internal modules like `http`, `fs` and `crypto`.

Also, this API was developed during the first challenge of Ignite Node.js trail - [**Rocketseat**](https://github.com/rocketseat-education) JavaScript ecosystem specialization program.

Furthermore, I was able to learn the main fundamentals of an API such as routes, HTTP methods, request and response headers, HTTP status code, request body, query params and route params, middleware, in addition to how streams and buffers work within Node.js.

##

**#NeverStopLearning 🚀**