{"id":19321870,"url":"https://github.com/pascalallen/py-react-kit","last_synced_at":"2025-07-31T19:07:56.756Z","repository":{"id":220873439,"uuid":"744220686","full_name":"pascalallen/py-react-kit","owner":"pascalallen","description":"py-react-kit is a fully containerized dev kit designed to get you up and running fast for Python and React development.","archived":false,"fork":false,"pushed_at":"2024-09-23T15:49:21.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-06T05:41:48.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/pascalallen.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-01-16T21:20:51.000Z","updated_at":"2024-09-23T15:49:25.000Z","dependencies_parsed_at":"2024-02-04T22:57:26.408Z","dependency_job_id":"77d6b414-1d75-499b-a9e8-a29c95ad241f","html_url":"https://github.com/pascalallen/py-react-kit","commit_stats":null,"previous_names":["pascalallen/py-react-kit"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fpy-react-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fpy-react-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fpy-react-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pascalallen%2Fpy-react-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pascalallen","download_url":"https://codeload.github.com/pascalallen/py-react-kit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240423002,"owners_count":19798864,"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":[],"created_at":"2024-11-10T01:39:22.403Z","updated_at":"2025-02-24T05:27:09.774Z","avatar_url":"https://github.com/pascalallen.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# py-react-kit\n\n![GitHub](https://img.shields.io/github/license/pascalallen/py-react-kit)\n![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/pascalallen/py-react-kit)\n\npy-react-kit is a fully containerized dev kit designed to get you up and running fast for Python and React development. This kit ships with:\n\n- Docker + Docker configuration\n- a Python server\n- a Postgres database\n- Adminer as a DB GUI\n- an API built with Flask + GraphQL\n- an ORM built with SQLAlchemy\n- a React client\n- TypeScript\n- Webpack\n- and helper scripts\n\n## Prerequisites\n\n- [Docker](https://www.docker.com/)\n- [Docker Compose](https://docs.docker.com/compose/)\n\n## Development Environment Setup\n\n### Clone Repository\n\n```bash\ncd \u003cprojects-parent-directory\u003e \u0026\u0026 git clone https://github.com/pascalallen/py-react-kit.git\n```\n\n### Copy \u0026 Modify `.env` File\n\n```bash\ncp .env.example .env\n```\n\n### Bring Up Environment\n\n```bash\nbin/up\n``` \n\nYou will find the site running at [http://localhost:8080/](http://localhost:8080/)\n\n### Install JavaScript Dependencies\n\n```bash\nbin/yarn ci\n```\n\n### Compile TypeScript with Webpack\n\n```bash\nbin/yarn build\n```\n\n### Watch For Frontend Changes\n\n```bash\nbin/yarn watch\n```\n\n### Take Down Environment\n\n```bash\nbin/down\n```\n\n### Interact with the Python image\n\n```bash\nbin/exec \u003cpython ./app.py\u003e\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first\nto discuss what you would like to change.\n\nPlease make sure to update tests as appropriate.\n\n## License\n\n[MIT](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Fpy-react-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpascalallen%2Fpy-react-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpascalallen%2Fpy-react-kit/lists"}