{"id":43049809,"url":"https://github.com/jalantechnologies/flask-react-template","last_synced_at":"2026-01-31T10:16:25.502Z","repository":{"id":205056904,"uuid":"711891994","full_name":"jalantechnologies/flask-react-template","owner":"jalantechnologies","description":"Boilerplate code for building projects using Python, Flask and React","archived":false,"fork":false,"pushed_at":"2026-01-28T14:47:40.000Z","size":4500,"stargazers_count":12,"open_issues_count":32,"forks_count":227,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-29T01:37:40.989Z","etag":null,"topics":["boilerplate","flask","python","react","typescript"],"latest_commit_sha":null,"homepage":"","language":"Python","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/jalantechnologies.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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2023-10-30T11:39:37.000Z","updated_at":"2026-01-28T12:14:45.000Z","dependencies_parsed_at":"2024-03-27T22:25:29.463Z","dependency_job_id":"c3578d05-8d30-4871-b157-842635be8557","html_url":"https://github.com/jalantechnologies/flask-react-template","commit_stats":null,"previous_names":["devanuj97/rflask-boilerplate","jalantechnologies/rflask-boilerplate","jalantechnologies/flask-react-template"],"tags_count":1,"template":true,"template_full_name":null,"purl":"pkg:github/jalantechnologies/flask-react-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalantechnologies%2Fflask-react-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalantechnologies%2Fflask-react-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalantechnologies%2Fflask-react-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalantechnologies%2Fflask-react-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jalantechnologies","download_url":"https://codeload.github.com/jalantechnologies/flask-react-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jalantechnologies%2Fflask-react-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28938016,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T08:53:31.997Z","status":"ssl_error","status_checked_at":"2026-01-31T08:51:38.521Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["boilerplate","flask","python","react","typescript"],"created_at":"2026-01-31T10:16:24.880Z","updated_at":"2026-01-31T10:16:25.497Z","avatar_url":"https://github.com/jalantechnologies.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask React Template\n\nBoilerplate project for Flask, React \u0026 MongoDB based projects. This README documents the steps necessary to get the application up and running, and various components of the application.\n\n| Build Status                                                                                                                                                                                                                                     | Code Coverage                                                                                                                                                                                                                                                                                                   |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [![Production Deploy](https://github.com/jalantechnologies/flask-react-template/actions/workflows/production.yml/badge.svg?branch=main)](https://github.com/jalantechnologies/flask-react-template/actions/workflows/production.yml) | [![Code Coverage](https://sonarqube.platform.bettrhq.com/api/project_badges/measure?project=jalantechnologies_flask-react-template\u0026metric=coverage\u0026token=a4dd71c68afbb8da4b7ed1026329bf0933298f79)](https://sonarqube.platform.bettrhq.com/dashboard?id=jalantechnologies_flask-react-template) |\n\n### Environments \u0026 URLs\nThis project has three deployment environments that everyone can access:\n\n- **Production**\n  - The live app for end users.\n  - Web App URL: [https://flask-react-template.platform.bettrhq.com](https://flask-react-template.platform.bettrhq.com)\n  - Temporal Workers Dashboard: [https://workers-dashboard.flask-react-template.platform.bettrhq.com/](https://workers-dashboard.flask-react-template.platform.bettrhq.com/)\n\n- **Preview (per PR)**\n  - A temporary environment for testing the latest changes in each PR\n  - A unique URL is generated for every pull request (e.g. `https://\u003cgithub_sha\u003e.preview.platform.bettrhq.com`).\n  - A dedicated temporal workers dashboard is also available at `https://\u003cgithub_sha\u003e.workers-dashboard.preview.platform.bettrhq.com/`\n\n- **Permanent Preview**\n  - Always reflects the latest `main` branch.\n  - Useful for ongoing testing of the integrated codebase.\n  - URL: [https://preview.flask-react-template.platform.bettrhq.com](https://preview.flask-react-template.platform.bettrhq.com)\n  - Temporal Workers Dashboard: [https://preview.workers-dashboard.flask-react-template.platform.bettrhq.com](https://preview.workers-dashboard.flask-react-template.platform.bettrhq.com)\n\n## Documentation Directory\n\n- [Getting Started](docs/getting-started.md)\n- [Backend Architecture](docs/backend-architecture.md)\n- [Frontend Architecture](docs/frontend-architecture.md)\n- [Logging](docs/logging.md)\n- [Configuration](docs/configuration.md)\n- [Secrets](docs/secrets.md)\n- [Bootstrapping](docs/bootstrapping.md)\n- [Scripts](docs/scripts.md)\n- [Code Formatting](docs/code-formatting.md)\n- [Workers](docs/workers.md)\n- [CI/CD](docs/deployment.md)\n- [Running Scripts in Production](docs/running-scripts-in-production.md)\n\n## Best Practices\n\nOnce you have familiarized yourself with the documentation, head over to the [Engineering Handbook](https://github.com/jalantechnologies/handbook/blob/main/engineering/index.md) to learn about the best practices we follow at Better Software.\n\nPS: Before you start working on the application, these [three git settings](https://spin.atomicobject.com/git-configurations-default/) are a must-have!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalantechnologies%2Fflask-react-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjalantechnologies%2Fflask-react-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjalantechnologies%2Fflask-react-template/lists"}