Skip to content

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.

Notifications You must be signed in to change notification settings

WilsonKinyua/hostel-booking

Repository files navigation

e-Hostel

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

screenshot

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: [email protected]
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

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published