{"id":20307220,"url":"https://github.com/oktadev/python-flask-react-crud-example","last_synced_at":"2025-10-10T12:35:31.789Z","repository":{"id":38988929,"uuid":"162639767","full_name":"oktadev/python-flask-react-crud-example","owner":"oktadev","description":"Build a simple CRUD application with Python, Flask, and React.","archived":false,"fork":false,"pushed_at":"2023-02-16T01:31:15.000Z","size":2686,"stargazers_count":53,"open_issues_count":8,"forks_count":22,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-11T15:11:46.974Z","etag":null,"topics":["crud","flask","python","react"],"latest_commit_sha":null,"homepage":"https://developer.okta.com/blog/2018/12/20/crud-app-with-python-flask-react","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oktadev.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":"2018-12-20T22:56:02.000Z","updated_at":"2024-12-15T01:35:17.000Z","dependencies_parsed_at":"2025-04-11T15:06:52.393Z","dependency_job_id":"5f47cc2d-e7ed-4b9f-b5e8-fa5364d46f00","html_url":"https://github.com/oktadev/python-flask-react-crud-example","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/oktadev/python-flask-react-crud-example","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fpython-flask-react-crud-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fpython-flask-react-crud-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fpython-flask-react-crud-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fpython-flask-react-crud-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oktadev","download_url":"https://codeload.github.com/oktadev/python-flask-react-crud-example/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oktadev%2Fpython-flask-react-crud-example/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279003892,"owners_count":26083641,"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-10T02:00:06.843Z","response_time":62,"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":["crud","flask","python","react"],"created_at":"2024-11-14T17:16:49.492Z","updated_at":"2025-10-10T12:35:31.763Z","avatar_url":"https://github.com/oktadev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Build a Simple CRUD App with Python, Flask, and React\n\nThis tutorial show how to build a basic CRUD (Create, Read, Update, and Delete) application using Python with Flask as the API and React for the front-end.\n\nPlease read the [Build a Simple CRUD App with Python, Flask, and React](https://developer.okta.com/blog/2018/12/20/crud-app-with-python-flask-react) to see the step-by-step instructions for creating this application.\n\nIf you'd like to simply clone this repo and configure it with your Okta settings, here's the abbreviated steps:\n\n1. Create an [Okta developer account](https://developer.okta.com/signup) if you don't already have one.\n\n2. Create a new **Web** app and **SPA** app on Okta with the default settings. Put your web app settings in `client_secrets.json`. For the SPA app, put your settings in `app/http/web/app/src/Main/index.js`. \n\n3. Start MongoDB with Docker Compose:\n\n       docker-compose up\n       export MONGO_URL=mongodb://mongo_user:mongo_secret@0.0.0.0:27017/\n       \n4. Start the Python backend:\n\n       FLASK_APP=$PWD/app/http/api/endpoints.py FLASK_ENV=development pipenv run python -m flask run --port 4433\n\n5. Start the React frontend:\n\n       cd app/http/web/app\n       npm i\n       npm start\n\n## Help\n\nPlease post any questions as comments on the [blog post](https://developer.okta.com/blog/2018/12/20/crud-app-with-python-flask-react), or visit our [Okta Developer Forums](https://devforum.okta.com/). You can also email developers@okta.com if you'd like to create a support ticket.\n\n## License\n\nApache 2.0, see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foktadev%2Fpython-flask-react-crud-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foktadev%2Fpython-flask-react-crud-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foktadev%2Fpython-flask-react-crud-example/lists"}