{"id":29796417,"url":"https://github.com/rustworthy/realworld-axum-react","last_synced_at":"2025-10-12T08:42:50.110Z","repository":{"id":300373373,"uuid":"1005128078","full_name":"rustworthy/realworld-axum-react","owner":"rustworthy","description":"Full-stack RealWorld spec implementation with Axum and React","archived":false,"fork":false,"pushed_at":"2025-10-04T12:53:22.000Z","size":1771,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-04T13:12:39.191Z","etag":null,"topics":["axum","fantoccini","postgresql","react","redux","sqlx","utopia"],"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/rustworthy.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-06-19T18:02:27.000Z","updated_at":"2025-10-04T12:53:26.000Z","dependencies_parsed_at":"2025-06-21T10:36:11.473Z","dependency_job_id":"e250ded8-e74d-45e1-bcda-2d9e5ac14cc5","html_url":"https://github.com/rustworthy/realworld-axum-react","commit_stats":null,"previous_names":["rustworthy/realworld-rocket-react","rustworthy/realworld-axum-react"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rustworthy/realworld-axum-react","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustworthy%2Frealworld-axum-react","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustworthy%2Frealworld-axum-react/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustworthy%2Frealworld-axum-react/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustworthy%2Frealworld-axum-react/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rustworthy","download_url":"https://codeload.github.com/rustworthy/realworld-axum-react/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rustworthy%2Frealworld-axum-react/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010789,"owners_count":26084807,"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-10-12T02:00:06.719Z","response_time":53,"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":["axum","fantoccini","postgresql","react","redux","sqlx","utopia"],"created_at":"2025-07-28T05:08:51.536Z","updated_at":"2025-10-12T08:42:50.105Z","avatar_url":"https://github.com/rustworthy.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RealWorld Example App\n\n[![Frontend CI](https://github.com/rustworthy/realworld-axum-react/actions/workflows/frontend.yaml/badge.svg)](https://github.com/rustworthy/realworld-axum-react/actions/workflows/frontend.yaml)\n[![Backend CI](https://github.com/rustworthy/realworld-axum-react/actions/workflows/backend.yaml/badge.svg)](https://github.com/rustworthy/realworld-axum-react/actions/workflows/backend.yaml)\n\nThis codebase demonstrates a full-stack implementation [RealWorld] specification\nwith `Rust` and `TypeScript`.\n\n## Technologies\n\n### Backend\n\n- **[Axum]** - Modern async (`Tokio`) web framework for Rust\n- **[Utoipa]** - Generated OpenAPI docs\n- **[SQLx]** - Async SQL toolkit with compile-time checked queries\n- **[OpenTelemetry]** - Observability and tracing\n- **[PostgreSQL]** - Primary database\n- **[Kamal]** - Zero-downtime deployments\n\n### Frontend\n\n- **[React]** 19.x with hooks and modern patterns\n- **[Redux Toolkit]** - State management with RTK Query for API calls\n- **[RTK Codegen OpenAPI]** - Hooks generation from OpenAPI docs\n- **[React Hook Form]** - Form handling with Zod validation\n- **[Webpack]** - Module bundler and dev server\n- **[Kamal]** - Zero-downtime deployments\n\n### E2E Testing\n\n- **[Testcontainers]** - Integration testing with real databases\n- **[Fantoccini]** - Browser automation\n- **[Chromedriver]** - WebDriver implemenation for `Chrome` browser\n\n## Contributing\n\nContributions are _very_ welcome. Please find setup instructions for our frontend\nand backend in corresponding directories.\n\n## License\n\nLicensed under either of [Apache License, Version 2.0][apache] or [MIT license][mit] at your option.\n\n\u003c!-- Links --\u003e\n[RealWorld]: https://github.com/gothinkster/realworld\n[Axum]: https://github.com/tokio-rs/axum\n[Utoipa]: https://github.com/juhaku/utoipa\n[PostgreSQL]: https://www.postgresql.org/\n[SQLx]: https://github.com/launchbadge/sqlx\n[OpenTelemetry]: https://opentelemetry.io/\n[Kamal]: https://kamal-deploy.org/\n[React]: https://reactjs.org/\n[Redux Toolkit]: https://redux-toolkit.js.org/\n[RTK Codegen OpenAPI]: https://redux-toolkit.js.org/rtk-query/usage/code-generation\n[React Hook Form]: https://react-hook-form.com/\n[Webpack]: https://webpack.js.org/\n[Testcontainers]: https://testcontainers.com/\n[Fantoccini]: https://github.com/jonhoo/fantoccini\n[Chromedriver]: https://developer.chrome.com/docs/chromedriver/downloads\n[apache]: https://www.apache.org/licenses/LICENSE-2.0\n[mit]: https://opensource.org/licenses/MIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustworthy%2Frealworld-axum-react","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frustworthy%2Frealworld-axum-react","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frustworthy%2Frealworld-axum-react/lists"}