Skip to content

thebuddhaa/sepro

Repository files navigation

Room Booking System

Build Status Latest Unstable Version License

Room Booking System is a generic Room Booking System. It is built as a part of Software Engineering course project. It is a built using Laravel PHP Framework, MySQL database, Bootstrap.

Installation

  1. Install Apache Web Server >v2.4.9 with PHP v5.5.x support, MySQL >v5.6.17 independently or install Wamp Server v2.5 or later from the WampServer site. WampServer includes the required packages.
  2. Install Laravel PHP Framework by following the guide at Laravel Docs

php artisan migrate

  1. Go to the web directory where the code is installed on the server in command prompt/terminal. Run the following command to create the remaining parts of the database
  2. Run the following command to create the default user

php artisan db:seed

  1. To setup the Room Information, run the room_info.sql SQL script in /public/init.scripts directory.
  2. Go to the URL which you have setup for the project

for e.g. http://localhost:8000/ You should get the home page of the application.

Developers

  • Sanket
  • Abhay

Official Documentation

Documentation for the framework can be found on the Laravel website.

License

This project is open-sourced software licensed under the MIT license