{"id":28304587,"url":"https://github.com/gh-aam/task-management-api","last_synced_at":"2026-04-28T17:32:23.504Z","repository":{"id":294877918,"uuid":"988150826","full_name":"gh-aam/task-management-api","owner":"gh-aam","description":"A simple task management (RESTful) API built with Express.js.","archived":false,"fork":false,"pushed_at":"2025-05-22T13:21:58.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-17T19:42:52.874Z","etag":null,"topics":["api","express","express-middleware","expressjs","javascript","javascript-framework","rest-api","restful-api"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gh-aam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-05-22T06:08:29.000Z","updated_at":"2025-05-22T13:29:54.000Z","dependencies_parsed_at":"2025-05-22T14:52:31.714Z","dependency_job_id":"1eff92b1-804a-4ca9-a8ef-4ccde8736db1","html_url":"https://github.com/gh-aam/task-management-api","commit_stats":null,"previous_names":["gh-aam/task-management-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gh-aam/task-management-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Ftask-management-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Ftask-management-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Ftask-management-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Ftask-management-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gh-aam","download_url":"https://codeload.github.com/gh-aam/task-management-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gh-aam%2Ftask-management-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392292,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"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","express","express-middleware","expressjs","javascript","javascript-framework","rest-api","restful-api"],"created_at":"2025-05-24T00:13:34.525Z","updated_at":"2026-04-28T17:32:23.499Z","avatar_url":"https://github.com/gh-aam.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Task Management API\nA simple RESTful Task Management API built with Express.js. This project provides a basic in-memory CRUD (Create, Read, Update, and Delete) API for managing various tasks.\n\n## Features\n- List all tasks\n- View a specific task by ID\n- Create a new task\n- Update an existing task\n- Delete a task\n- Logs incoming HTTP requests\n- Validates task creation input\n\n## Installation\nClone the repository:\n```bash\ngit clone https://github.com/gh-aam/task-management-api.git\n```\nGo to project directory:\n```bash\ncd task-management-api\n```\nInstall dependencies:\n```bash\nnpm install\n```\n\n## Usage\nStart the server:\n```bash\nnpm start\n```\nOr start in development mode (with hot-reloading via `nodemon`):\n```bash\nnpm run dev\n```\nThe server will start on [http://localhost:3000](http://localhost:3000).\n\n## API Endpoints\n`GET /` - Welcome message   \n`GET /tasks` - Returns a list of all tasks   \n`GET /tasks/:id` - Returns a task by ID   \n`POST /tasks` - Creates a new task (Requires a JSON body)\n```json\n{\n  \"title\": \"New Task\",\n  \"completed\": false\n}\n```\n`PUT /tasks/:id` - Updates an existing task by ID (Requires a JSON body)\n```json\n{\n  \"completed\": true\n}\n```\n`DELETE /tasks/:id` - Deletes a task by ID","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh-aam%2Ftask-management-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgh-aam%2Ftask-management-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgh-aam%2Ftask-management-api/lists"}