{"id":19310957,"url":"https://github.com/sr2ds/blog-api-with-rust","last_synced_at":"2026-05-08T16:40:46.193Z","repository":{"id":127377908,"uuid":"358923404","full_name":"sr2ds/blog-api-with-rust","owner":"sr2ds","description":"Blog API - With Rust - Actix","archived":false,"fork":false,"pushed_at":"2021-05-18T22:04:14.000Z","size":54,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-06T02:12:07.862Z","etag":null,"topics":["actix-web","mongodb","rust","rust-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/sr2ds.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}},"created_at":"2021-04-17T16:06:31.000Z","updated_at":"2022-04-22T03:59:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c10084d-41d6-4ac9-af48-8fdb5f152a8e","html_url":"https://github.com/sr2ds/blog-api-with-rust","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/sr2ds%2Fblog-api-with-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr2ds%2Fblog-api-with-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr2ds%2Fblog-api-with-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sr2ds%2Fblog-api-with-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sr2ds","download_url":"https://codeload.github.com/sr2ds/blog-api-with-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240412022,"owners_count":19797191,"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-web","mongodb","rust","rust-language"],"created_at":"2024-11-10T00:27:08.037Z","updated_at":"2026-05-08T16:40:41.148Z","avatar_url":"https://github.com/sr2ds.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Blog API - Writing in Rust with Actix Web\n\nThis Repository is only one practice project with Rust Language. I'm use Actix Web Framework and MongoDB.\n\nMongoDB ODM: https://crates.io/crates/wither\n\nActix Web: https://actix.rs/\n\nThe CRUD operator is full work for articles, the routes have resource pattern with Restfull methods GET POST PUT DELETE.\n\n### Store one article\n\n```sh\n curl -X POST --header \"Content-Type: application/json\" --data \\\n    '{\"author\":\"David\",\"title\":\"Rust Blog Article\",\"created_at\":\"2021-04-15\",\"content\":\"blank\"}' \\\n    http://localhost:8080/articles\n```\n## Setup Dev\n\n## MongoDB - Docker Container\n`docker run -d -p 27017:27017 -v `pwd`/data/db:/data/db --name blogApiRust mongo`\n\n## Run\n`cargo watch -x run`","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr2ds%2Fblog-api-with-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsr2ds%2Fblog-api-with-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsr2ds%2Fblog-api-with-rust/lists"}