https://github.com/wilsonkinyua/hostel-booking
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.
https://github.com/wilsonkinyua/hostel-booking
boostrap hostel-management-system html-css-javascript laravel mysql php
Last synced: 7 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/wilsonkinyua/hostel-booking
- Owner: WilsonKinyua
- Created: 2021-05-11T18:00:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-12T01:06:15.000Z (over 4 years ago)
- Last Synced: 2025-04-05T09:25:27.823Z (8 months ago)
- Topics: boostrap, hostel-management-system, html-css-javascript, laravel, mysql, php
- Language: Blade
- Homepage:
- Size: 5.86 MB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-Hostel

# Getting started
## Installation
>Install all the dependencies using composer
composer update
>Run this command to copy the example env file and make the required configuration changes in the .env file
cp .env.example .env
>Open the env file and edit these database fields
DB_DATABASE=ehostel
DB_USERNAME=root
DB_PASSWORD=
>Run this command to link the storage folder with the public folder
php artisan storage:link
>Login details
username/email: admin@admin.com
password: password
>Then create the database you provided above
>Run this command to generate a new application key (**in the application root directory**)
php artisan key:generate
>Import database E-Hostel
>Start the local development server
php artisan serve
> You can now access the server at http://localhost:8000
# Happy Coding