Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luismda/tasks-api
- Owner: luismda
- Created: 2023-03-28T10:19:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-03T10:44:51.000Z (over 1 year ago)
- Last Synced: 2024-04-23T02:51:13.215Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 🚀**