{"id":15138122,"url":"https://github.com/kevinetore/rust_clean_architecture","last_synced_at":"2026-01-19T06:01:38.251Z","repository":{"id":255900660,"uuid":"853846399","full_name":"kevinetore/rust_clean_architecture","owner":"kevinetore","description":"Rust web api implemented with clean architecture","archived":false,"fork":false,"pushed_at":"2024-09-08T14:25:17.000Z","size":29,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T06:44:29.138Z","etag":null,"topics":["clean-architecture","diesel-rs","rocket","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/kevinetore.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-09-07T17:41:12.000Z","updated_at":"2024-10-28T08:43:49.000Z","dependencies_parsed_at":"2024-09-09T07:03:24.117Z","dependency_job_id":null,"html_url":"https://github.com/kevinetore/rust_clean_architecture","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"39cbb1748da5e13bd043d290677140e909097773"},"previous_names":["kevinetore/rust_clean_architecture"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kevinetore/rust_clean_architecture","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinetore%2Frust_clean_architecture","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinetore%2Frust_clean_architecture/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinetore%2Frust_clean_architecture/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinetore%2Frust_clean_architecture/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kevinetore","download_url":"https://codeload.github.com/kevinetore/rust_clean_architecture/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kevinetore%2Frust_clean_architecture/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28562233,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T03:31:16.861Z","status":"ssl_error","status_checked_at":"2026-01-19T03:31:15.069Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["clean-architecture","diesel-rs","rocket","rust"],"created_at":"2024-09-26T07:20:46.411Z","updated_at":"2026-01-19T06:01:38.223Z","avatar_url":"https://github.com/kevinetore.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1 align=\"center\"\u003eRust Clean Architecture Api [IN PROGRESS]\u003c/h1\u003e\n\n  \u003cp align=\"center\"\u003e\n    A simple experiment to demonstrate and learn about Rust\n  \u003c/p\u003e\n\u003c/div\u003e\n\n## Overview\n\nThis project demonstrates how to build a web application using the Rocket framework in Rust with Diesel for database interactions. It’s designed for learning and exploration of the Rust ecosystem.\n\n## Technologies Used\n\n- **Rust**: The programming language.\n- **Rocket**: A web framework for building web applications.\n- **Diesel**: ORM for Rust.\n- **PostgreSQL**: The relational database used.\n\n## Project Structure\n\n- **`core/rocket/`**: Contains the Rocket application code.\n- **`core/diesel/`**: Contains the Diesel ORM and schema definitions.\n- **`features/`**: Contains the business logic and domain-specific code.\n\n## Running the Application\n\nTo run the application, follow these steps:\n\n### Prerequisites\n\n1. **Docker**: Make sure Docker and docker compose are installed on your machine.\n\n### Steps\n\n1. **Build and Run Containers**\n\n   Use Docker Compose to build and start the application and database containers:\n\n   ```sh\n   docker-compose up --build\n   ```\n\n2. **Access the Application**\n\nOnce the containers are running, you can access the Rocket web application at http://localhost:8000.\n\n3. **Running Diesel Migrations**\n\nIf you need to manually run Diesel migrations, you can do so by exec-ing into the application container:\n\n```sh\ndocker-compose exec app bash\ndiesel migration run\n```\n\n## Project Goals\n\n- Exploring the Rust language and ecosystem.\n\n\n## License\n\nDistributed under the MIT License. See `LICENSE.txt` for more information.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinetore%2Frust_clean_architecture","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkevinetore%2Frust_clean_architecture","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkevinetore%2Frust_clean_architecture/lists"}