{"id":20021469,"url":"https://github.com/dieg0code/todo-api","last_synced_at":"2025-09-04T00:37:40.360Z","repository":{"id":188197539,"uuid":"467808206","full_name":"Dieg0Code/todo-api","owner":"Dieg0Code","description":"test","archived":false,"fork":false,"pushed_at":"2022-03-09T07:21:25.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-02T03:42:36.338Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Dieg0Code.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}},"created_at":"2022-03-09T06:41:02.000Z","updated_at":"2022-03-29T10:13:22.000Z","dependencies_parsed_at":"2023-08-14T08:37:03.008Z","dependency_job_id":null,"html_url":"https://github.com/Dieg0Code/todo-api","commit_stats":null,"previous_names":["dieg0code/todo-api"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Dieg0Code/todo-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dieg0Code%2Ftodo-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dieg0Code%2Ftodo-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dieg0Code%2Ftodo-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dieg0Code%2Ftodo-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Dieg0Code","download_url":"https://codeload.github.com/Dieg0Code/todo-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Dieg0Code%2Ftodo-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273534109,"owners_count":25122635,"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","status":"online","status_checked_at":"2025-09-03T02:00:09.631Z","response_time":76,"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":[],"created_at":"2024-11-13T08:36:52.438Z","updated_at":"2025-09-04T00:37:40.307Z","avatar_url":"https://github.com/Dieg0Code.png","language":"JavaScript","readme":"# Todo list API\n\nLa API está hecha con NodeJS, Express y MongoDB.\n\nCorre en el Puerto `5000`.\n\nPara ejecutar una base de datos local, ejecutar el siguiente comando:\n\n```\nmake run_mongodb\n```\n\no\n\n```\ndocker run --name mongo -p 27017:27017 -d mongo mongod\n```\n\nLas rutas disponibles son:\n\n```\n/api/todos\n/api/users\n```\n\nEjemplo de uso:\n\n```\n[POST] http://localhost:5000/api/todos\n```\n\njson:\n\n```json\n{\n    \"name\": \"test\",\n    \"completed\": true,\n    \"description\": \"todo de prueba\"\n}\n```\n\nRecomiendo hachar un ojo al ``Makefile`` para ver los comandos que se pueden ejecutar.\n\n🤗🤗\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieg0code%2Ftodo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdieg0code%2Ftodo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdieg0code%2Ftodo-api/lists"}