This project aims to develop a web application that allows users to book hotel rooms, apartments, and vehicles. The platform will provide real-time availability of hotels, rooms, apartments, and vehicles. It also includes an admin panel for managing system content and staff, as well as a user-friendly interface for booking reservations. The system will feature a secure payment infrastructure and ensure ease of use for all parties.
Clone the Repository:
git clone https://github.com/HozefaSelim/Reservation-Sistem.git
Install Dependencies:
Navigate to the project directory and install the required dependencies for both the front-end and back-end.
For the front-end:
cd frontend
npm install
For the back-end:
cd backend
composer install
Set Up Environment:
Create a .env
file in the back-end directory and configure your database settings.
Run the Application:
To start the development server for the front-end:
npm run dev
To start the Laravel server:
php artisan serve
Database Setup:
Run the migrations for setting up the database:
php artisan migrate
Feel free to fork this repository and submit pull requests. Please ensure your contributions follow the coding standards and include proper documentation.