https://github.com/sreeharshrajan/room-booking
Room Booking System: Laravel-based web app allowing users to browse, select, and book available rooms for specified dates.
https://github.com/sreeharshrajan/room-booking
ajax bootstrap jquery laravel mysql php
Last synced: about 1 month ago
JSON representation
Room Booking System: Laravel-based web app allowing users to browse, select, and book available rooms for specified dates.
- Host: GitHub
- URL: https://github.com/sreeharshrajan/room-booking
- Owner: sreeharshrajan
- Created: 2023-11-07T11:43:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T09:05:47.000Z (over 2 years ago)
- Last Synced: 2023-11-09T23:36:50.690Z (over 2 years ago)
- Topics: ajax, bootstrap, jquery, laravel, mysql, php
- Language: SCSS
- Homepage:
- Size: 6.29 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Room Booking System
A Laravel-based web application that facilitates room browsing, selection, and booking for specified dates.
## Getting Started
1. Clone the repository.
2. Install dependencies: `composer install && npm install`.
3. Configure your `.env` file.
4. Migrate the database: `php artisan migrate`.
5. Seed initial data: `php artisan db:seed`.
## Usage
1. Register or log in to access the booking system.
2. Browse available rooms.
3. Select a room and specify booking dates.
4. Confirm and complete the booking.
## Features
- User authentication and authorization.
- Room listing with availability checking.
- Date-based booking functionality.
- Seamless UI for easy navigation.
## Technologies Used
- Laravel
- MySQL
- HTML/CSS
- JavaScript
## Contributing
1. Fork the repository.
2. Create a new branch: `git checkout -b feature/your-feature`.
3. Commit your changes: `git commit -m 'Add your feature'`.
4. Push to the branch: `git push origin feature/your-feature`.
5. Open a pull request.
## License
This project is licensed under the [MIT License](LICENSE).
## Acknowledgements
- [Laravel Documentation](https://laravel.com/docs)
- [Font Awesome](https://fontawesome.com/)