{"id":18603713,"url":"https://github.com/shashaaankkkkk/medfi-web","last_synced_at":"2026-01-22T06:38:36.042Z","repository":{"id":223930645,"uuid":"761942644","full_name":"shashaaankkkkk/medfi-web","owner":"shashaaankkkkk","description":"Our Solution to Google Solution Challenge 2024 :- The MEDFI Emergency Response Backend is the server-side component of the MEDFI Emergency Response Platform. It manages emergency incidents, user authentication, location services, and other core functionalities.","archived":false,"fork":false,"pushed_at":"2025-01-09T13:47:49.000Z","size":61780,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-13T14:33:10.027Z","etag":null,"topics":["google-cloud","google-maps-api","google-solution-challenge-2024","medfi"],"latest_commit_sha":null,"homepage":"https://medfi.shashaaankkkkk.me/","language":"HTML","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/shashaaankkkkk.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-02-22T19:24:49.000Z","updated_at":"2025-01-09T13:47:53.000Z","dependencies_parsed_at":"2024-03-24T12:41:59.329Z","dependency_job_id":null,"html_url":"https://github.com/shashaaankkkkk/medfi-web","commit_stats":null,"previous_names":["shashaaankkkkk/medfi-web"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/shashaaankkkkk/medfi-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2Fmedfi-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2Fmedfi-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2Fmedfi-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2Fmedfi-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shashaaankkkkk","download_url":"https://codeload.github.com/shashaaankkkkk/medfi-web/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shashaaankkkkk%2Fmedfi-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28657058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["google-cloud","google-maps-api","google-solution-challenge-2024","medfi"],"created_at":"2024-11-07T02:15:13.152Z","updated_at":"2026-01-22T06:38:36.027Z","avatar_url":"https://github.com/shashaaankkkkk.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MEDFI Emergency Response Backend\n\nThe MEDFI Emergency Response Backend is the server-side component of the MEDFI Emergency Response Platform. It manages emergency incidents, user authentication, location services, and other core functionalities.\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have the following installed:\n\n- [Python](https://www.python.org/downloads/)\n- [Django](https://www.djangoproject.com/)\n\n# Demo\n### Upcoming patient list\n\u003cimg width=\"1710\" alt=\"Screenshot 2025-01-09 at 7 09 20 PM\" src=\"https://github.com/user-attachments/assets/81924880-cf23-47f1-9892-e566c95ac4eb\" /\u003e\n\n\n### Location Routing to locations\nhttps://github.com/user-attachments/assets/3353206f-a931-451d-aad4-185e0f8b58f6\n\n\n### Setting Up the Backend\n\n1. Clone the repository:\n\n    ```bash\n    https://github.com/shashaaankkkkk/Medfi-Backend.git\n    cd Medfi-Backend\n    ```\n\n2. Set up the virtual environment:\n\n    ```bash\n    python -m venv venv\n    source venv/bin/activate  # On Linux/Mac\n    venv\\Scripts\\activate     # On Windows\n    ```\n\n3. Install Django and other dependencies:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. Run database migrations:\n\n    ```bash\n    python manage.py migrate\n    ```\n\n## Project Structure\n\n- `medfi_backend/`: Django backend code.\n\n## Running the Application\n\n1. Navigate to the `medfi_backend` directory:\n\n    ```bash\n    cd medfi_backend\n    ```\n\n2. Activate the virtual environment:\n\n    ```bash\n    source venv/bin/activate  # On Linux/Mac\n    venv\\Scripts\\activate     # On Windows\n    ```\n\n3. Run the development server:\n\n    ```bash\n    python manage.py runserver\n    ```\n\n4. Access the Django admin interface at [http://127.0.0.1:8000/](http://127.0.0.1:8000/).\n\n## Contributing\n\nIf you would like to contribute to the backend, please follow the [contributing guidelines](CONTRIBUTING.md).\n\n## License\n\nThis backend is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashaaankkkkk%2Fmedfi-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshashaaankkkkk%2Fmedfi-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshashaaankkkkk%2Fmedfi-web/lists"}