An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# 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: 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