{"id":19648568,"url":"https://github.com/wilsonkinyua/hostel-booking","last_synced_at":"2025-04-28T16:30:31.874Z","repository":{"id":117122390,"uuid":"366471596","full_name":"WilsonKinyua/hostel-booking","owner":"WilsonKinyua","description":"Your one-stop solution for the ultimate hostel management system. eHostel provides home and hostel owners the opportunity to modify their spaces, manage rent, utilities and much more.","archived":false,"fork":false,"pushed_at":"2021-05-12T01:06:15.000Z","size":6147,"stargazers_count":7,"open_issues_count":0,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-05T09:25:27.823Z","etag":null,"topics":["boostrap","hostel-management-system","html-css-javascript","laravel","mysql","php"],"latest_commit_sha":null,"homepage":"","language":"Blade","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/WilsonKinyua.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":"2021-05-11T18:00:27.000Z","updated_at":"2024-10-10T05:22:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"54fccc25-e586-42af-9577-ef98b5750c35","html_url":"https://github.com/WilsonKinyua/hostel-booking","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fhostel-booking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fhostel-booking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fhostel-booking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WilsonKinyua%2Fhostel-booking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WilsonKinyua","download_url":"https://codeload.github.com/WilsonKinyua/hostel-booking/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251345725,"owners_count":21574765,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["boostrap","hostel-management-system","html-css-javascript","laravel","mysql","php"],"created_at":"2024-11-11T14:49:01.684Z","updated_at":"2025-04-28T16:30:31.868Z","avatar_url":"https://github.com/WilsonKinyua.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# e-Hostel\n\n\u003cimg src=\"./screenshots/1.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/2.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/3.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/4.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/5.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/6.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/7.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/8.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/9.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/10.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/11.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/12.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/13.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/14.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/15.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/16.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/17.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/18.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/19.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/20.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/21.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/22.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/23.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/24.png\" alt=\"screenshot\" /\u003e\n\u003cimg src=\"./screenshots/25.png\" alt=\"screenshot\" /\u003e\n\n# Getting started\n\n## Installation\n\n\u003eInstall all the dependencies using \u003ca href=\"https://getcomposer.org/download/\"\u003ecomposer\u003c/a\u003e\n\n    composer update\n\n\u003eRun this command to copy the example env file and make the required configuration changes in the .env file\n\n    cp .env.example .env\n\n\u003eOpen the env file and edit these database fields\n\n    DB_DATABASE=ehostel\n    DB_USERNAME=root\n    DB_PASSWORD=\n\n\u003eRun this command to link the storage folder with the public folder\n\n    php artisan storage:link\n\n\u003eLogin details\n\n    username/email: admin@admin.com\n    password: password\n\n\u003eThen create the database you provided above\n\n\u003eRun this command to generate a new application key (**in the application root directory**)\n\n    php artisan key:generate\n\n\u003eImport database \u003ca href=\"ehostel.sql\"\u003eE-Hostel\u003c/a\u003e\n\n\n\n\u003eStart the local development server\n\n    php artisan serve\n\n\n\u003e You can now access the server at http://localhost:8000\n\n# Happy Coding\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonkinyua%2Fhostel-booking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwilsonkinyua%2Fhostel-booking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwilsonkinyua%2Fhostel-booking/lists"}