{"id":23346114,"url":"https://github.com/patrice-h/my-kanban-api","last_synced_at":"2026-04-24T16:03:14.234Z","repository":{"id":60783179,"uuid":"531525801","full_name":"Patrice-H/my-kanban-api","owner":"Patrice-H","description":null,"archived":false,"fork":false,"pushed_at":"2023-02-10T23:11:13.000Z","size":95,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-07T17:18:52.346Z","etag":null,"topics":["api","backend","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/Patrice-H.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}},"created_at":"2022-09-01T13:12:45.000Z","updated_at":"2023-02-09T16:13:36.000Z","dependencies_parsed_at":"2023-02-18T19:35:18.947Z","dependency_job_id":null,"html_url":"https://github.com/Patrice-H/my-kanban-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Patrice-H/my-kanban-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrice-H%2Fmy-kanban-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrice-H%2Fmy-kanban-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrice-H%2Fmy-kanban-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrice-H%2Fmy-kanban-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Patrice-H","download_url":"https://codeload.github.com/Patrice-H/my-kanban-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Patrice-H%2Fmy-kanban-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32230421,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-24T13:21:15.438Z","status":"ssl_error","status_checked_at":"2026-04-24T13:21:15.005Z","response_time":64,"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","nodejs"],"created_at":"2024-12-21T07:12:11.961Z","updated_at":"2026-04-24T16:03:14.216Z","avatar_url":"https://github.com/Patrice-H.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Kanban API\n\n- This repo contains the API code you will need to run the My Kanban app.\n  It goes hand in hand with [the repository of the frontend part](https://github.com/Patrice-H/MyKanban.git).\n\n- This API works with MariaDB [XAMPP Apache + MariaDB](https://www.apachefriends.org/fr/index.html)\n\n## Install the API locally\n\nTo install the API locally on your machine, you must :\n\n1. Clone it on your computer `git clone https://github.com/Patrice-H/my-kanban-api.git`\n2. Install `node_modules` with `npm install`\n3. Run the API with `npm start`\n\n## Consume the API\n\nOnce launched, this API makes several routes available to you :\n\n- Route to retrieve all tasks :\n  `GET /tasks`\n\n- Route to retrieve all details of a task :\n  `GET /task/?id={id}`\n\n- Route to create a task :\n  `POST /tasks`\n\n- Route to update a task :\n  `PUT /task/?id={id}`\n\n- Route to delete a task :\n  `DELETE /task/?id={id}`\n\nThe server should now be running at http://locahost:3001\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrice-h%2Fmy-kanban-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpatrice-h%2Fmy-kanban-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpatrice-h%2Fmy-kanban-api/lists"}