{"id":20235772,"url":"https://github.com/mhaidarhanif/mytasks-api","last_synced_at":"2026-05-31T01:31:06.541Z","repository":{"id":151199947,"uuid":"143376000","full_name":"mhaidarhanif/mytasks-api","owner":"mhaidarhanif","description":"MyTasks API","archived":false,"fork":false,"pushed_at":"2018-08-06T13:39:02.000Z","size":89,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T00:47:06.459Z","etag":null,"topics":["api","backend","mytasks"],"latest_commit_sha":null,"homepage":"https://mytasks-api.mhaidarhanif.com","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/mhaidarhanif.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-08-03T04:04:37.000Z","updated_at":"2018-12-20T08:31:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"f775695a-4353-4460-b198-b3f9b23f5389","html_url":"https://github.com/mhaidarhanif/mytasks-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhaidarhanif%2Fmytasks-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhaidarhanif%2Fmytasks-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhaidarhanif%2Fmytasks-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhaidarhanif%2Fmytasks-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhaidarhanif","download_url":"https://codeload.github.com/mhaidarhanif/mytasks-api/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241678688,"owners_count":20001804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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","mytasks"],"created_at":"2024-11-14T08:17:43.165Z","updated_at":"2026-05-31T01:31:06.528Z","avatar_url":"https://github.com/mhaidarhanif.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyTasks API\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://mytasks-api.mhaidarhanif.com\"\u003e\n        \u003cimg src=\"./images/mytasks-logo.png\" alt=\"MyTasks logo\" height=\"80\"\u003e\n        \u003ch3 align=\"center\"\u003eMyTasks API\u003c/h3\u003e\n    \u003c/a\u003e\n    \u003cp align=\"center\"\u003eA simple task management API\n        \u003cbr\u003e\n        \u003ca href=\"https://mytasks-api.mhaidarhanif.com\"\u003e\n            \u003cstrong\u003eTry MyTasks API version »\u003c/strong\u003e\n        \u003c/a\u003e\n        \u003cbr\u003e\n        \u003cbr\u003e\n        \u003ca href=\"https://github.com/mhaidarh/mytasks-api/issues/new?template=bug.md\"\u003eReport bug\u003c/a\u003e ·\n        \u003ca href=\"https://github.com/mhaidarh/mytasks-api/issues/new?template=feature.md\u0026labels=feature\"\u003eRequest feature\u003c/a\u003e ·\n        \u003ca href=\"https://mhaidarhanif.com\"\u003eAuthor\u003c/a\u003e ·\n        \u003ca href=\"https://impactbyte.com\"\u003eCompany\u003c/a\u003e\n    \u003c/p\u003e\n\u003c/p\u003e\n\n## Features\n\n- Get all tasks\n- Get one task by id\n- Create new task\n- Search existing task\n  - with query\n  - with request body\n\n---\n\n## REST API Specification\n\n| Endpoint        | HTTP     | Description            |\n| --------------- | -------- | ---------------------- |\n| `/tasks`        | `GET`    | Get all tasks          |\n| `/tasks/:id`    | `GET`    | Get one task           |\n| `/tasks`        | `POST`   | Create new task        |\n| `/tasks`        | `DELETE` | Destroy all tasks      |\n| `/tasks/:id`    | `DELETE` | Destroy one task       |\n| `/tasks/:id`    | `PUT`    | Update one task        |\n| `/tasks/search` | `GET`    | Search task with query |\n\n---\n\n## Development\n\n### Node.js\n\n```sh\nnpm install\nnpm run dev\n```\n\n```sh\n\u003e mytasks-api@x.y.z dev /home/username/path/to/mytasks-api\n\u003e node-dev index\n\nMyTasks API is listening on localhost:3000\n```\n\nAccess the app on `localhost:3000` via:\n\n- `curl`: \u003chttps://curl.haxx.se\u003e\n- `httpie`: \u003chttps://httpie.org\u003e\n- `postman`: \u003chttps://getpostman.com\u003e\n- `insomnia`: \u003chttps://insomnia.rest\u003e\n\n---\n\n## Production\n\n```sh\nnpm install\nnpm start\n```\n\n---\n\n## Deployment\n\n### Heroku\n\n```sh\nheroku create\ngit push heroku master\nheroku open\n```\n\nor\n\n[![Deploy to Heroku](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)\n\n---\n\n## Meta\n\n### License\n\n[MIT License](./LICENSE)\n\n### Code of Conduct\n\n[Contributor Covenant Code of Conduct](./CODE_OF_CONDUCT.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhaidarhanif%2Fmytasks-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhaidarhanif%2Fmytasks-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhaidarhanif%2Fmytasks-api/lists"}