{"id":28550108,"url":"https://github.com/dimipash/flask-react-full-stack-app","last_synced_at":"2026-05-01T16:32:01.910Z","repository":{"id":224393202,"uuid":"762329322","full_name":"dimipash/Flask-React-Full-Stack-App","owner":"dimipash","description":"Flask React Fullstack App","archived":false,"fork":false,"pushed_at":"2024-09-17T09:02:32.000Z","size":79,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-03T01:34:39.115Z","etag":null,"topics":["flask","fullstack","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/dimipash.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}},"created_at":"2024-02-23T14:55:00.000Z","updated_at":"2024-09-17T09:02:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"87e6854a-d921-4afb-b7ec-99d76bb5d54e","html_url":"https://github.com/dimipash/Flask-React-Full-Stack-App","commit_stats":null,"previous_names":["dimipash/flask-react-full-stack-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dimipash/Flask-React-Full-Stack-App","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimipash%2FFlask-React-Full-Stack-App","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimipash%2FFlask-React-Full-Stack-App/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimipash%2FFlask-React-Full-Stack-App/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimipash%2FFlask-React-Full-Stack-App/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dimipash","download_url":"https://codeload.github.com/dimipash/Flask-React-Full-Stack-App/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dimipash%2FFlask-React-Full-Stack-App/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32505001,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["flask","fullstack","react"],"created_at":"2025-06-10T03:07:53.711Z","updated_at":"2026-05-01T16:32:01.877Z","avatar_url":"https://github.com/dimipash.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flask-React Fullstack Contact Management App\n\nThis is a fullstack web application for managing contacts, built with Flask (backend) and React (frontend).\n\n## Features\n\n- View a list of contacts\n- Create new contacts\n- Edit existing contacts\n- Delete contacts\n\n## Tech Stack\n\n- Backend: Flask, SQLAlchemy\n- Frontend: React\n- Database: SQLite (default, can be changed in configuration)\n\n## Setup and Installation\n\n### Backend\n\n1. Navigate to the `backend` directory:\n   ```\n   cd backend\n   ```\n\n2. Create a virtual environment and activate it:\n   ```\n   python -m venv venv\n   source venv/bin/activate  # On Windows, use `venv\\Scripts\\activate`\n   ```\n\n3. Install the required packages:\n   ```\n   pip install flask flask-sqlalchemy flask-cors\n   ```\n\n4. Run the Flask application:\n   ```\n   python main.py\n   ```\n\nThe backend server will start running on `http://127.0.0.1:5000`.\n\n### Frontend\n\n1. Navigate to the `frontend` directory:\n   ```\n   cd frontend\n   ```\n\n2. Install the required npm packages:\n   ```\n   npm install\n   ```\n\n3. Start the React development server:\n   ```\n   npm run dev\n   ```\n\nThe frontend application will start running on `http://localhost:3000`.\n\n## API Endpoints\n\n- GET `/contacts`: Retrieve all contacts\n- POST `/create_contact`: Create a new contact\n- PATCH `/update_contact/\u003cid\u003e`: Update an existing contact\n- DELETE `/delete_contact/\u003cid\u003e`: Delete a contact\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimipash%2Fflask-react-full-stack-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdimipash%2Fflask-react-full-stack-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdimipash%2Fflask-react-full-stack-app/lists"}