{"id":20452263,"url":"https://github.com/zakharb/reactapi","last_synced_at":"2025-08-07T01:35:59.924Z","repository":{"id":58853307,"uuid":"533406737","full_name":"zakharb/ReactAPI","owner":"zakharb","description":"React and FastAPI","archived":false,"fork":false,"pushed_at":"2024-06-15T03:27:51.000Z","size":1316,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T03:18:33.017Z","etag":null,"topics":["docker","docker-compose","fastapi","postgresql","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zakharb.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,"zenodo":null}},"created_at":"2022-09-06T16:19:46.000Z","updated_at":"2025-03-26T12:21:18.000Z","dependencies_parsed_at":"2024-06-15T04:29:45.874Z","dependency_job_id":"4ee93b51-4093-4816-8ae6-cc72ad601eb6","html_url":"https://github.com/zakharb/ReactAPI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zakharb/ReactAPI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FReactAPI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FReactAPI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FReactAPI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FReactAPI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zakharb","download_url":"https://codeload.github.com/zakharb/ReactAPI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zakharb%2FReactAPI/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269185669,"owners_count":24374624,"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-08-06T02:00:09.910Z","response_time":99,"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":["docker","docker-compose","fastapi","postgresql","react"],"created_at":"2024-11-15T11:08:48.583Z","updated_at":"2025-08-07T01:35:59.899Z","avatar_url":"https://github.com/zakharb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/zakharb/reactapi\"\u003e\n  \u003cimg src=\"img/logo.png\" alt=\"logo\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\n\u003ca href=\"https://git.io/typing-svg\"\u003e\n  \u003cimg src=\"https://readme-typing-svg.herokuapp.com?font=Fira+Code\u0026weight=600\u0026pause=1000\u0026color=61DAFB\u0026center=true\u0026width=435\u0026lines=React+and+FastAPI;reactive+frontend+and+fast+backend\" alt=\"description\" /\u003e\n\n\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-1.0-blue\" height=\"20\"/\u003e\n  \u003cimg src=\"https://img.shields.io/badge/python-3.9-blue\" height=\"20\"/\u003e\n\u003c/p\u003e\n\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/usage.gif\" alt=\"usage\" /\u003e\n\u003c/p\u003e\n\n\n## :blue_square: Getting Started\n\n[ReactAPI](https://github.com/zakharb/reactapi) is an example of user interface based on  \n- JavaScript library [React](https://en.wikipedia.org/wiki/React_(JavaScript_library))on the Frontend   \n- [FastAPI](https://en.wikipedia.org/wiki/FastAPI) and [Postgres](https://en.wikipedia.org/wiki/PostgreSQL) on the Backend   \n\nFor CRUD operations is used `Tickets-Comments` model  \n\u003e The user can create `Tickects` and add `Comments` to them  \n\nThe UI is in reactive mode and notifies changes immediately  \nBackend works in async mode with high performance and lightweight API  \n\n### Requirements\n\n![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge\u0026logo=react\u0026logoColor=%2361DAFB)\n![FastAPI](https://img.shields.io/badge/FastAPI-005571?style=for-the-badge\u0026logo=fastapi)\n![Docker](https://img.shields.io/badge/docker-%230db7ed.svg?style=for-the-badge\u0026logo=docker\u0026logoColor=white)\n![Postgres](https://img.shields.io/badge/postgres-%23316192.svg?style=for-the-badge\u0026logo=postgresql\u0026logoColor=white)\n![Nginx](https://img.shields.io/badge/nginx-%23009639.svg?style=for-the-badge\u0026logo=nginx\u0026logoColor=white)\n\n### Installing\n\nClone the project\n\n```\ngit clone git@github.com:zakharb/reactapi.git\ncd reactapi\n```\n\nStart docker-compose\n\n```\ndocker-compose up -d\n```\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/install.gif\" alt=\"animated\" /\u003e\n\u003c/p\u003e\n\n## :blue_square: Usage  \n\n### Frontend  \nCreate, update, delete [Tickets](http://localhost:3000/tickets)    \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/tickets.png\" /\u003e\n\u003c/p\u003e\n\nCreate, update, delete [Comments](http://localhost:3000/comments)  \n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/comments.png\" /\u003e\n\u003c/p\u003e\n\n### Backend    \nGet, put, update, delete `Tickets` via API [Tickets](http://localhost:8080/api/v1/tickets/docs)  \n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/back_tickets.png\" /\u003e\n\u003c/p\u003e\n\nGet, put, update, delete `Comments` via API [Comments](http://localhost:8080/api/v1/comments/docs)  \n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"img/back_comments.png\" /\u003e\n\u003c/p\u003e\n\n## :blue_square: Deployment\n\nEdit `Dockerfile` for each Microservice and deploy container\n\n## :blue_square: Versioning\n\nUsing [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/zakharb/reactapi/tags). \n\n## :blue_square: Authors\n\n* **Zakhar Bengart** - *Initial work* - [Ze](https://github.com/zakharb)\n\nSee also the list of [contributors](https://github.com/zakharb/reactapi/contributors) who participated in this project.\n\n## :blue_square: License\n\nThis program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation - see the [LICENSE](LICENSE) file for details\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakharb%2Freactapi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzakharb%2Freactapi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzakharb%2Freactapi/lists"}