https://github.com/luismda/tasks-api
Tasks API developed only with internal modules of Node.js
https://github.com/luismda/tasks-api
Last synced: about 1 year 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-03T10:44:51.000Z (about 3 years ago)
- Last Synced: 2025-02-14T19:52:59.220Z (over 1 year 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 🚀**