{"id":26244314,"url":"https://github.com/doobie-droid/hospital-backend","last_synced_at":"2026-07-27T03:31:37.066Z","repository":{"id":157321940,"uuid":"617172770","full_name":"doobie-droid/hospital-backend","owner":"doobie-droid","description":"An appointment booking API system for patients. [Backend Technical Assessment for Clafiya]","archived":false,"fork":false,"pushed_at":"2024-05-02T23:14:59.000Z","size":137,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T00:33:12.391Z","etag":null,"topics":["authentication","flutterwave","flutterwave-api","rest-api"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/doobie-droid.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-03-21T20:53:48.000Z","updated_at":"2024-05-02T23:15:04.000Z","dependencies_parsed_at":"2024-05-03T00:33:02.718Z","dependency_job_id":"464042da-df57-4690-b1ed-3dab044c8df4","html_url":"https://github.com/doobie-droid/hospital-backend","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/doobie-droid/hospital-backend","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fhospital-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fhospital-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fhospital-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fhospital-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doobie-droid","download_url":"https://codeload.github.com/doobie-droid/hospital-backend/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doobie-droid%2Fhospital-backend/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35935763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-27T02:00:06.776Z","response_time":101,"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":["authentication","flutterwave","flutterwave-api","rest-api"],"created_at":"2025-03-13T11:19:25.188Z","updated_at":"2026-07-27T03:31:37.040Z","avatar_url":"https://github.com/doobie-droid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\u003ca href=\"https://laravel.com\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/laravel/art/master/logo-lockup/5%20SVG/2%20CMYK/1%20Full%20Color/laravel-logolockup-cmyk-red.svg\" width=\"400\" alt=\"Laravel Logo\"\u003e\u003c/a\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/laravel/framework/actions\"\u003e\u003cimg src=\"https://github.com/laravel/framework/workflows/tests/badge.svg\" alt=\"Build Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/dt/laravel/framework\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/v/laravel/framework\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://packagist.org/packages/laravel/framework\"\u003e\u003cimg src=\"https://img.shields.io/packagist/l/laravel/framework\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n## About Laravel\n\nLaravel was used to build this repo. Google it and see how lovely it is.... It is accessible, powerful, and provides tools required for large, robust applications.\n\n## SETUP PROJECT FOR LOCAL DEVELOPMENT\n\nMake sure you install [docker](https://docs.docker.com/engine/install/ubuntu/) and you can watch the [video](https://www.youtube.com/watch?v=2ezNqqaSjq8\u0026t=488s) so that you install docker properly on your ubuntu wsl. If it crucial you watch and install the right way or your requests would take forever to send\n\n### Premium Partners\n\nAfter that, run the following commands in this order: \u003cbr\u003e\nTo set up your containers from the docker files/instructions there, run\n\n```bash\n$ docker-compose -f docker-compose.yml up -d --build\n```\n\nAfterwards run the next line to install any dependencies you may be missing, It is not needed now\nbut in the future, I could add some packages\n\n```bash\n$ docker-compose -f docker-compose.yml exec app composer install --ignore-platform-reqs\n```\n\nLastly, run this to perform your database migrations\n\n```bash\n$ docker-compose -f docker-compose.yml exec app php artisan migrate:fresh\n\n```\n\n## License\n\nThe Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoobie-droid%2Fhospital-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoobie-droid%2Fhospital-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoobie-droid%2Fhospital-backend/lists"}