https://github.com/aliahmadcse/hotel-resv
🤠A hotel reservation system for learning purpose
https://github.com/aliahmadcse/hotel-resv
hotel-booking laravel-project
Last synced: 7 months ago
JSON representation
🤠A hotel reservation system for learning purpose
- Host: GitHub
- URL: https://github.com/aliahmadcse/hotel-resv
- Owner: aliahmadcse
- Created: 2020-04-13T15:50:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-07T09:27:30.000Z (over 4 years ago)
- Last Synced: 2023-03-06T11:24:42.245Z (over 2 years ago)
- Topics: hotel-booking, laravel-project
- Language: PHP
- Homepage:
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

## Features
- Users Management
- Booking Creation,Updation and Deletion
- Hotel Rooms Management
## Setting up project
1. Clone to repository using `git clone https://github.com/aliahmadcse/hotel-resv.git`
2. Run the command `composer install` in terminal to install dependencies
3. Create an **.env** file with your own settings. A template is provided in **.env.example** file
4. Now run the app on our local server and enjoy!
5.