{"id":19698126,"url":"https://github.com/khouloudhaddad/flaspy","last_synced_at":"2026-05-10T13:00:42.857Z","repository":{"id":258410667,"uuid":"873872026","full_name":"khouloudhaddad/Flaspy","owner":"khouloudhaddad","description":"Flask + React with Vite: Full Stack Web Application (Python Backend \u0026 React Frontend)","archived":false,"fork":false,"pushed_at":"2024-10-16T22:51:10.000Z","size":6021,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-10T10:26:48.498Z","etag":null,"topics":["flask-api","jsonify","python","react","rest-api"],"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/khouloudhaddad.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}},"created_at":"2024-10-16T21:35:00.000Z","updated_at":"2024-11-12T22:29:47.000Z","dependencies_parsed_at":"2024-10-20T10:21:11.991Z","dependency_job_id":null,"html_url":"https://github.com/khouloudhaddad/Flaspy","commit_stats":null,"previous_names":["khouloudhaddad/flaspy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khouloudhaddad%2FFlaspy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khouloudhaddad%2FFlaspy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khouloudhaddad%2FFlaspy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/khouloudhaddad%2FFlaspy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/khouloudhaddad","download_url":"https://codeload.github.com/khouloudhaddad/Flaspy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241013844,"owners_count":19894153,"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":["flask-api","jsonify","python","react","rest-api"],"created_at":"2024-11-11T19:43:31.908Z","updated_at":"2026-05-10T13:00:37.815Z","avatar_url":"https://github.com/khouloudhaddad.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flaspy\nFlaspy is a full-stack web application combining a Flask-based Python backend with a React frontend powered by Vite. This project demonstrates how to integrate a modern JavaScript frontend framework with a Python backend, offering a smooth development experience with fast refresh times and robust build tools.\n\n## Create Front-end \n\n```\nnpx create-vite\n```\n - Project name: client\n - React \n - Javascript  \n - Proceed with remaining steps\n\n## Create Back-end (Commands are proper to Windows environment)\n\n1- Create a folder \"server\"\n2- Run the following command to create a virtual environment entitled \"venv\"\n\n```\npython -m venv venv\n```\n3- Activate environment by running the following command\n```\nvenv\\Scripts\\activate\n```\n4- Install Flask dependency\n```\npip install Flask\n```\n5- Create \"server\\main.py\" file\n\n6- Enable CORS in server\n```\npip install FLASK-CORS\n```\n\n## FETCH API\n- In the client, install axios\n```\nnpm i axios\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhouloudhaddad%2Fflaspy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkhouloudhaddad%2Fflaspy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkhouloudhaddad%2Fflaspy/lists"}