{"id":26996327,"url":"https://github.com/ciceroeduardo84/task-manager-api","last_synced_at":"2026-05-08T07:32:42.034Z","repository":{"id":240142605,"uuid":"801260936","full_name":"CiceroEduardo84/Task-Manager-API","owner":"CiceroEduardo84","description":"Task Manager is a Full Stack application developed in React and Node.js to complete the Web Development Course offered by Reprograma Jucás. It was created with the aim of providing users with a tool to manage and monitor their tasks in an organized and intuitive way.","archived":false,"fork":false,"pushed_at":"2024-06-13T22:53:07.000Z","size":197,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-08T08:49:12.817Z","etag":null,"topics":["api","backend","bcrypt","cors","jwt-authentication","nodejs","restful-api","sqlite","task-manager","typescript","vitest","web-development-course","zod"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/CiceroEduardo84.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-15T22:24:27.000Z","updated_at":"2024-08-20T23:30:14.000Z","dependencies_parsed_at":"2024-05-17T00:33:17.932Z","dependency_job_id":"30cc2e0d-5583-4e5a-885f-6ea058b34d4e","html_url":"https://github.com/CiceroEduardo84/Task-Manager-API","commit_stats":null,"previous_names":["ciceroeduardo84/task-manager-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CiceroEduardo84/Task-Manager-API","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiceroEduardo84%2FTask-Manager-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiceroEduardo84%2FTask-Manager-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiceroEduardo84%2FTask-Manager-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiceroEduardo84%2FTask-Manager-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CiceroEduardo84","download_url":"https://codeload.github.com/CiceroEduardo84/Task-Manager-API/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CiceroEduardo84%2FTask-Manager-API/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32771012,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T02:36:36.067Z","status":"ssl_error","status_checked_at":"2026-05-08T02:36:07.210Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["api","backend","bcrypt","cors","jwt-authentication","nodejs","restful-api","sqlite","task-manager","typescript","vitest","web-development-course","zod"],"created_at":"2025-04-04T01:18:13.208Z","updated_at":"2026-05-08T07:32:42.007Z","avatar_url":"https://github.com/CiceroEduardo84.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Manager - RESTfull API\n\n## Entity Relationship Diagram\n\n![ERD](./erd.png)\n\n## Technologies\n\n- `Node.js`\n- `Typescript`\n- `Express`\n- `JSON Web Token (JWT)`\n- `Bcrypt`\n- `Sqlite`\n- `Vitest`\n- `Zod`\n\n## Installation\n\n```bash\n# clone project\n$ git clone https://github.com/CiceroEduardo84/Task-Manager-API.git\n\n# install dependencies\n$ npm install\n\n# run api\n$ npm run dev\n```\n\n## Environment Variables\n\n```ini\nPORT=\"\"\nSECRET_TOKEN=\"\"\nEXPIRESIN_TOKEN=\"\"\nKEY_TOKEN=\"\"\n```\n\n## Routes\n\n| Functionality | Method   | Endpoint  | Description                   |\n| ------------- | -------- | --------- | ----------------------------- |\n| Auth          | `POST`   | /login    | Start the user session        |\n|               | `POST`   | /logout   | Close the user session        |\n| User          | `GET`    | /user     | Return user informations      |\n|               | `POST`   | /user     | Create a new user             |\n| Tasks         | `POST`   | /task     | Add a new task                |\n|               | `GET`    | /tasks    | Return **\\*pagination** tasks |\n|               | `PUT`    | /task/:id | Update an existing task       |\n|               | `DELETE` | /task/:id | Remove an existing task       |\n\n**\\*Pagination parameters**\n\n- `limit:` Number of items per page.\n- `offset:` Offset index.\n- `filter:` Filter options `\"all\"`, `\"completed\"`, `\"pending\"`, `\"late\"`.\n- Query example: `\"/tasks?limit=10\u0026offset=0\u0026filter=all\"`.\n\n## Links\n\n- [Deploy](https://task-manager-gamma-plum.vercel.app/)\n- [Front Repository](https://github.com/CiceroEduardo84/Task-Manager)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciceroeduardo84%2Ftask-manager-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fciceroeduardo84%2Ftask-manager-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fciceroeduardo84%2Ftask-manager-api/lists"}