{"id":42664642,"url":"https://github.com/code4romania/sprijin-de-urgenta-api","last_synced_at":"2026-01-29T10:01:44.244Z","repository":{"id":42529503,"uuid":"463897812","full_name":"code4romania/sprijin-de-urgenta-api","owner":"code4romania","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-27T14:53:35.000Z","size":789,"stargazers_count":6,"open_issues_count":19,"forks_count":7,"subscribers_count":13,"default_branch":"main","last_synced_at":"2026-01-26T09:45:35.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/code4romania.png","metadata":{"funding":{"github":"code4romania","custom":["https://code4.ro/en/donate/"]},"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}},"created_at":"2022-02-26T15:56:11.000Z","updated_at":"2025-03-27T14:53:38.000Z","dependencies_parsed_at":"2025-03-12T09:47:02.836Z","dependency_job_id":null,"html_url":"https://github.com/code4romania/sprijin-de-urgenta-api","commit_stats":null,"previous_names":["code4romania/sprijin-de-urgenta-api"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/code4romania/sprijin-de-urgenta-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fsprijin-de-urgenta-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fsprijin-de-urgenta-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fsprijin-de-urgenta-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fsprijin-de-urgenta-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code4romania","download_url":"https://codeload.github.com/code4romania/sprijin-de-urgenta-api/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fsprijin-de-urgenta-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28875445,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T09:47:23.353Z","status":"ssl_error","status_checked_at":"2026-01-29T09:47:19.357Z","response_time":59,"last_error":"SSL_read: 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":[],"created_at":"2026-01-29T10:01:43.523Z","updated_at":"2026-01-29T10:01:44.227Z","avatar_url":"https://github.com/code4romania.png","language":"Python","funding_links":["https://github.com/sponsors/code4romania","https://code4.ro/en/donate/"],"categories":[],"sub_categories":[],"readme":"# Emergency Support Django Back-End\n\n[![GitHub contributors][ico-contributors]][link-contributors]\n[![GitHub last commit][ico-last-commit]][link-last-commit]\n[![License: MPL 2.0][ico-license]][link-license]\n\nInsert bullets description of the project if available.\n\n[See the project live][https://sprijindeurgenta.ro]\n\n[Contributing](#contributing) | [Built with](#built-with) | [Related repositories](#related-repositories) | [Deployment](#deployment) | [Feedback](#feedback) | [License](#license) | [About Code for Romania](#about-code-for-romania)\n\n\n## Contributing\n\nThis project is built by amazing volunteers, and you can be one of them! Here's a list of ways in [which you can contribute to this project][link-contributing]. If you want to make any change to this repository, please **make a fork first**.\n\nHelp us out by testing this project in the [staging environment][link-staging]. If you see something that doesn't quite work the way you expect it to, open an Issue. Make sure to describe what you _expect to happen_ and _what is actually happening_ in detail.\n\nIf you would like to suggest new functionality, open an Issue and mark it as a __[Feature request]__. Please be specific about why you think this functionality will be of use. If you can, please include some visual description of what you would like the UI to look like if you’re suggesting new UI elements.\n\n\n## Built With\n\n### Programming languages\n\nPython 3.13\n\n### Backend framework\n\nDjango 4.2\n\n### Package managers\n\npip through pip-tools\n\n### Database technology \u0026 provider\n\nPostgreSQL\n\n\n## Related repositories\n\n- **the client side of the app:**\n  https://github.com/code4romania/war-support-sprijin-de-urgenta-client\n- **the map of the resource collection centers:**\n  https://github.com/code4romania/war-harta-sprijin-de-urgenta\n\n\n## Deployment\n\nGuide users through getting your code up and running on their own system. In this section you can talk about:\n1. Make a copy of the `.env` file, change the variables and run the build command\n\n    ```shell\n    cp .env.example .env\n    # modify the variables in the .env and then build the development container\n    docker compose up -d --build\n    ```\n\n2. Software dependencies\n\n    You can run the app through docker if it is installed on your machine. If you wish to run it manually, you will need to have `gettext` installed.\n\n### Environment variables\n\nThe `.env` files contain variables required to start the services and initialize them.\n\n- `ENVIRONMENT` - [`test`|`development`|`staging`|`production`] sets the type of deployment (default `production`)\n- `RUN_MIGRATION` - [`True`|`False`] run django migrations when you start the app (default `True`)\n- `RUN_COMPILEMESSAGES` - [`True`|`False`] compile i18n messages when you first start the app (default `True`)\n- `RUN_SEED_DATA` - [`True`|`False`] load the data from the `fixtures/` folders (default `False`)\n- `RUN_COLLECT_STATIC` - [`True`|`False`] collects static data like images/fonts (default `True` - has no effect if `ENVIRONMENT != production`)\n- `RUN_DEV_SERVER` - [`True`|`False`] starts the app in development mode with a more comprehensive debugging toolbox (default `False`)\n- `SECRET_KEY` - the secret key Django will use to encrypt data (should be changed if you're not running through Docker)\n\n\n## Feedback\n\n* Request a new feature on GitHub.\n* Vote for popular feature requests.\n* File a bug in GitHub Issues.\n* Email us with other feedback contact@code4.ro\n\n\n## License\n\nThis project is licensed under the MPL 2.0 License — see the [LICENSE](LICENSE) file for details\n\n\n## About Code for Romania\n\nStarted in 2016, Code for Romania is a civic tech NGO, official member of the Code for All network. We have a community of around 2.000 volunteers (developers, ux/ui, communications, data scientists, graphic designers, devops, it security and more) who work pro bono for developing digital solutions to solve social problems. #techforsocialgood. If you want to learn more details about our projects [visit our site][link-code4] or if you want to talk to one of our staff members, please e-mail us at contact@code4.ro.\n\nLast, but not least, we rely on donations to ensure the infrastructure, logistics and management of our community that is widely spread across 11 timezones, coding for social change to make Romania and the world a better place. If you want to support us, [you can do it here][link-donate].\n\n\n[ico-contributors]: https://img.shields.io/github/contributors/code4romania/rvm-api-django.svg?style=for-the-badge\n[ico-last-commit]: https://img.shields.io/github/last-commit/code4romania/rvm-api-django.svg?style=for-the-badge\n[ico-license]: https://img.shields.io/badge/license-MPL%202.0-brightgreen.svg?style=for-the-badge\n\n[link-contributors]: https://github.com/code4romania/rvm-api-django/graphs/contributors\n[link-last-commit]: https://github.com/code4romania/rvm-api-django/commits/main\n[link-license]: https://opensource.org/licenses/MPL-2.0\n[link-contributing]: https://github.com/code4romania/.github/blob/main/CONTRIBUTING.md\n\n[link-production]: https://api.sprijindeurgenta.ro\n[link-staging]: https://sprijin-de-urgenta-api.heroesof.tech/\n\n[link-code4]: https://www.code4.ro/en/\n[link-donate]: https://code4.ro/en/donate/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Fsprijin-de-urgenta-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode4romania%2Fsprijin-de-urgenta-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Fsprijin-de-urgenta-api/lists"}