{"id":28178467,"url":"https://github.com/slycompiler/todo-api","last_synced_at":"2025-05-16T01:14:12.505Z","repository":{"id":239257053,"uuid":"779023753","full_name":"slycompiler/todo-API","owner":"slycompiler","description":"To-do list web API using https://actix.rs","archived":false,"fork":false,"pushed_at":"2024-03-28T22:11:55.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-08T16:56:27.654Z","etag":null,"topics":["actix","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/slycompiler.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}},"created_at":"2024-03-28T22:10:58.000Z","updated_at":"2024-09-10T13:27:19.000Z","dependencies_parsed_at":"2024-05-11T03:25:04.521Z","dependency_job_id":"716774f0-f4ea-4d5f-a3c1-aa0a79e2d9a5","html_url":"https://github.com/slycompiler/todo-API","commit_stats":null,"previous_names":["hardworking-toptal-dev/todo-api","slycompiler/todo-api"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slycompiler%2Ftodo-API","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slycompiler%2Ftodo-API/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slycompiler%2Ftodo-API/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slycompiler%2Ftodo-API/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slycompiler","download_url":"https://codeload.github.com/slycompiler/todo-API/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254448569,"owners_count":22072765,"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":["actix","rust"],"created_at":"2025-05-16T01:12:32.751Z","updated_at":"2025-05-16T01:14:12.498Z","avatar_url":"https://github.com/slycompiler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# To-do list web API using ACTIX\n\nA simple web API that can manage \"to-do\" items stored in a database, using the Rust Web Framework [Actix](https://actix.rs). \n\n# Usage\n\n## Prerequisites\n\n```\n$ rustc -V\n# rustc 1.41.0 (5e1a79984 2020-01-27)\n```\n\n```\n$ cargo -V\n# cargo 1.41.0 (626f0f40e 2019-12-03)\n```\n\n## Server\n\nFrom the root directory of this project:\n```\ncargo run\n# Started http server: 127.0.0.1:8080\n```\n\n## Web client\n\nWith REST client like [Postman](https://www.postman.com/), [Insomnia](https://insomnia.rest/) and others.\n\n| API                        | Description             | Request body  | Response body        |\n| -------------------------- | ----------------------- | ------------- | -------------------- |\n| GET /api/TodoItems         | Get all to-do items     | None          | Array of to-do items |\n| GET /api/TodoItems/{id}    | Get an item by ID       | None          | To-do item           |\n| POST /api/TodoItems        | Add a new item          | To-do item    | To-do item           |\n| PUT /api/TodoItems/{id}    | Update an existing item | To-do item    | None                 |\n| DELETE /api/TodoItems/{id} | Delete an item          | None          | None                 |\n\n# Resources used to learn how to do this project\n\n* [Actix web rust web framework](https://actix.rs)\n* [Actix web examples](https://github.com/actix/examples)\n* [Rust language web site](https://www.rust-lang.org/)\n* [The Rust Programming Language book](https://doc.rust-lang.org/book/)\n* [The Cargo Book](https://doc.rust-lang.org/cargo/index.html)\n\n# License\n\nThis project is licensed by MIT license (http://www.apache.org/licenses/LICENSE-2.0)\n\n# Contribute\n\nWelcome to contribute!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslycompiler%2Ftodo-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslycompiler%2Ftodo-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslycompiler%2Ftodo-api/lists"}