Skip to content

Simple reservation system for Web Programming Course BINUS

Notifications You must be signed in to change notification settings

fauzanelka/faculty-room-booking

Repository files navigation

Laravel 7 Room Booking Case

Simple project with ability to search for available room and book them, also see events on the calendar, filtered by room or booked user.

Laravel Room Booking screenshot


Laravel Room Booking screenshot


Adminpanel is generated with Laravel generator: QuickAdminPanel.com

Prerequisites

  • PHP 7.2

Quick Start

Clone this project

git clone https://github.com/fauzanelka/faculty-room-boking.git

Copy .env.example to .env and set your variables

cp .env.example .env

Update composer dependencies

composer update

Generate application key

php artisan key:generate

Run migration

php artisan migrate --seed

Run server

php artisan serve

About

Simple reservation system for Web Programming Course BINUS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages