{"id":22612272,"url":"https://github.com/rcrdk/ignite-tasks-nodejs-api","last_synced_at":"2026-05-01T15:36:17.383Z","repository":{"id":255201867,"uuid":"838873314","full_name":"rcrdk/ignite-tasks-nodejs-api","owner":"rcrdk","description":"A simple tasks CRUD for practicing the basics of Node.js.","archived":false,"fork":false,"pushed_at":"2024-08-29T13:24:48.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T23:45:55.551Z","etag":null,"topics":["insomina","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rcrdk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-06T14:06:23.000Z","updated_at":"2024-08-29T13:24:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d4668c4-4cbd-4d7d-98d8-363bd2607278","html_url":"https://github.com/rcrdk/ignite-tasks-nodejs-api","commit_stats":null,"previous_names":["rcrdk/ignite-tasks-nodejs-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rcrdk/ignite-tasks-nodejs-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-tasks-nodejs-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-tasks-nodejs-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-tasks-nodejs-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-tasks-nodejs-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rcrdk","download_url":"https://codeload.github.com/rcrdk/ignite-tasks-nodejs-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rcrdk%2Fignite-tasks-nodejs-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32503199,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["insomina","nodejs"],"created_at":"2024-12-08T17:11:49.105Z","updated_at":"2026-05-01T15:36:17.364Z","avatar_url":"https://github.com/rcrdk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 📋 Ignite Tasks\nI developed this project as a challenge of my latest studies on Node lessons at [Rocketseat](https://www.rocketseat.com.br).\n\n## 🚀 Techs and Tools\n- [Node.js v18](https://nodejs.org/)\n- [CSV Parser](https://csv.js.org/)\n- [HTTPie](https://httpie.io/)\n- [Insomnia](https://insomnia.rest/)\n\n## 💻 Project\nThis project was developed to practice the fundamentals of Node.js by creating a CRUD of tasks using a custom routing system and streams for import tasks from a CSV file and as a middleware to treat JSON between requests and respoinses. All tasks created and imported are stored into a JSON file.\n\n## 🔗 Routes\n[![Run in Insomnia}](https://insomnia.rest/images/run.svg)](https://insomnia.rest/run/?label=Ignite%20Node.js%3A%20Tasks%0A\u0026uri=https://raw.githubusercontent.com/rcrdk/ignite-tasks-nodejs-api/main/insomnia.json)\n\n```shell\nnpm i\nnpm run dev\nnpm run import\n```\n\n| Method      | Route                | Params/Body        |\n| ----------- | -------------------- | -------------------|\n| ``GET``     | /tasks/              | search             |\n| ``POST``    | /tasks/              | title, description |\n| ``PUT``     | /tasks/:id           | title, description |\n| ``DELETE``  | /tasks/:id           | -                  |\n| ``PATCH``   | /tasks/:id/complete  | -                  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcrdk%2Fignite-tasks-nodejs-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frcrdk%2Fignite-tasks-nodejs-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frcrdk%2Fignite-tasks-nodejs-api/lists"}