{"id":42664629,"url":"https://github.com/code4romania/bursa-binelui","last_synced_at":"2026-01-29T10:01:44.274Z","repository":{"id":162043404,"uuid":"635843749","full_name":"code4romania/bursa-binelui","owner":"code4romania","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-19T15:44:06.000Z","size":6144,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-19T20:59:15.883Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"code4romania","custom":["https://code4.ro/en/donate/"]}},"created_at":"2023-05-03T15:13:28.000Z","updated_at":"2026-01-05T16:51:31.000Z","dependencies_parsed_at":"2023-09-22T18:30:37.441Z","dependency_job_id":"4339e0bd-dd34-4633-848a-967814fbb516","html_url":"https://github.com/code4romania/bursa-binelui","commit_stats":null,"previous_names":[],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/code4romania/bursa-binelui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fbursa-binelui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fbursa-binelui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fbursa-binelui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fbursa-binelui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/code4romania","download_url":"https://codeload.github.com/code4romania/bursa-binelui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/code4romania%2Fbursa-binelui/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:42.747Z","updated_at":"2026-01-29T10:01:44.266Z","avatar_url":"https://github.com/code4romania.png","language":"PHP","funding_links":["https://github.com/sponsors/code4romania","https://code4.ro/en/donate/"],"categories":[],"sub_categories":[],"readme":"# Bursa Binelui\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][link-production]\n\nGive a short introduction of your project. Let this section explain the objectives or the motivation behind this project.\n\n[Contributing](#contributing) | [Built with](#built-with) | [Repos and projects](#repos-and-projects) | [Deployment](#deployment) | [Feedback](#feedback) | [License](#license) | [About Code for Romania](#about-code-for-romania)\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 are suggesting new UI elements.\n\n## Built With\n\n### Programming languages\n\n### Platforms\n\n### Frontend framework\n\n### Package managers\n\n### Database technology \u0026 provider\n\n## Repos and projects\n\nMention all related repos and projects.\n\n## Development\n\n### Running the app\n- After initial setup (below), run `npm run dev`\n- If using Laravel Herd/Valet, access your app in the browser at `https://bursabinelui.test`\n- If using the built-in PHP server:\n\t- run `php artisan:serve`\n\t- access your app in the browser at `http://127.0.0.1:8000`\n\n### Initial setup\n\u003cdetails\u003e\n\u003csummary\u003eSee initial setup\u003c/strong\u003e\u003c/summary\u003e\n\n#### 1. Create local database `bursa_binelui`\n\n#### 2. Copy `.env.example`, rename it to `.env` and fill in your database information\n\n#### 3. Install composer dependencies\n```bash\ncomposer install\n```\n\n#### 4. Install npm dependencies\n```bash\nnpm install\n```\n\n#### 5. Generate the app secret key\n```bash\nphp artisan key:generate\n```\n\n#### 6. Migrate and seed the database\n```bash\nphp artisan migrate:fresh --seed\n```\n\u003e **Note:** Seeding may fail due to underlying issues with Faker date generation. If that happens, just rerun `php artisan migrate:fresh --seed`. Also, seeding can take a while, so be patient.\n\n#### 7. Add the following line to your `.env` file to disable CSP locally\n```bash\nCSP_ENABLED=false\n```\n\n\u003e **Note:** Only for local development!\n\n#### 8. Configure local development URL\n#### 8.1. If using Laravel Herd (macOS, Windows)\n- **Install Laravel Herd**  \n   Visit [https://herd.laravel.com](https://herd.laravel.com) and download the installer for macOS or Windows\n- **Open your project with Herd**  \n  - Launch Herd. Go to `Sites`. Go to `Add Sites`. Go to `Link existing project`. Select the project. Select the `PHP version` and `enable HTTPS`. Click `Next`\n  - ![](https://i.imgur.com/YYhxeVK.png)\n\n#### 8.2. If using the built-in PHP server\n- In your `.env` file, update `APP_URL` to `APP_URL=http://127.0.0.1:8000`\n\u003c/details\u003e\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. Installation process\n2. Software dependencies\n3. Latest releases\n4. API references\n\nDescribe and show how to build your code and run the tests.\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## License\n\nThis project is licensed under the MPL 2.0 License - see the [LICENSE](LICENSE) file for details\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/bursa-binelui.svg?style=for-the-badge\n[ico-last-commit]: https://img.shields.io/github/last-commit/code4romania/bursa-binelui.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/bursa-binelui/graphs/contributors\n[link-last-commit]: https://github.com/code4romania/bursa-binelui/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]: insert_link_here\n[link-staging]: insert_link_here\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%2Fbursa-binelui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode4romania%2Fbursa-binelui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode4romania%2Fbursa-binelui/lists"}