{"id":27163206,"url":"https://github.com/cabon-tech/sequilize-todo-app","last_synced_at":"2026-05-06T08:32:07.903Z","repository":{"id":223041264,"uuid":"714717398","full_name":"CABON-TECH/sequilize-TODO-app","owner":"CABON-TECH","description":"This is a simple RESTful API with sequelize for managing todos. It allows you to perform CRUD (Create, Read, Update, Delete) operations on todos.","archived":false,"fork":false,"pushed_at":"2024-02-27T02:20:03.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-01T02:42:37.436Z","etag":null,"topics":["nodejs","postgresql","postgresql-database","sequelize","sequelize-orm"],"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/CABON-TECH.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}},"created_at":"2023-11-05T17:10:38.000Z","updated_at":"2024-02-27T02:24:12.000Z","dependencies_parsed_at":"2024-02-17T21:30:07.804Z","dependency_job_id":"73ae8a57-8498-4191-9c68-92b67fc47ac9","html_url":"https://github.com/CABON-TECH/sequilize-TODO-app","commit_stats":null,"previous_names":["cabon-tech/sequilize-todo-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CABON-TECH/sequilize-TODO-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CABON-TECH%2Fsequilize-TODO-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CABON-TECH%2Fsequilize-TODO-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CABON-TECH%2Fsequilize-TODO-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CABON-TECH%2Fsequilize-TODO-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CABON-TECH","download_url":"https://codeload.github.com/CABON-TECH/sequilize-TODO-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CABON-TECH%2Fsequilize-TODO-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32684626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-06T02:33:58.958Z","status":"ssl_error","status_checked_at":"2026-05-06T02:33:39.611Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["nodejs","postgresql","postgresql-database","sequelize","sequelize-orm"],"created_at":"2025-04-09T01:48:03.449Z","updated_at":"2026-05-06T08:32:07.888Z","avatar_url":"https://github.com/CABON-TECH.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Todo API\n\nThis is a simple RESTful API with sequelize for managing todos. It allows you to perform CRUD (Create, Read, Update, Delete) operations on todos.\n\n## Features\n\n- Get all todos\n- Create a new todo\n- Mark a todo as completed\n- Delete a todo\n\n## Technologies Used\n\n- Node.js\n- Express.js\n- Sequelize ORM\n- PostgreSQL (or any other supported database)\n\n## Getting Started\n\n### Prerequisites\n\n- Node.js installed on your machine\n- PostgreSQL (or any other supported database) installed and running\n\n### Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/CABON-TECH/sequilize-TODO-app.git\n### 1 Install dependencies:\n\n```bash\nnpm install\n```\n\n### 2 Set up database configuration:\nMake sure your PostgreSQL database is running.\nConfigure your database connection in config/config.json.\n### 3 Run migrations:\n```bash\nnpx sequelize-cli db:migrate\n```\n### 4 Start the server:\n```bash\nnode server.js\n```\n# API Endpoints\n### Get all todos\n```bash\nGET /todos\n```\n### Create a new todo\n```bash\nPOST /todos\n```\n#### Request Body:\n\n```json\n{\n  \"title\": \"Your todo title here\"\n}\n```\n### Mark a todo as completed\n```bash\nPUT /todos/:id\n```\n### Delete a todo\n```bash\nDELETE /todos/:id\n```\n### License\n```\nThis project is licensed under the MIT License - see the LICENSE file for details.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcabon-tech%2Fsequilize-todo-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcabon-tech%2Fsequilize-todo-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcabon-tech%2Fsequilize-todo-app/lists"}