wild-oasis-proyect

This project is a hotel booking management system designed for administrative staff to efficiently handle reservations and manage hotel operations.

Stars
0
Committers
2

Hotel Reservation Management System

This project is a hotel booking management system designed for administrative staff to efficiently manage reservations and hotel operations. The application provides tools to oversee room availability, manage guest bookings, update reservation details, and generate reports.

Getting Started

1. Install Dependencies

Before running the project, make sure to install all necessary dependencies. Run the following command in the root directory of the project:

npm install

2. Set Up Environment Variables

The application requires a Supabase API key and URL to function properly. Follow these steps to set them up:

Create a .env file in the root of the project. Add the following environment variables to the .env file. Replace the placeholders with your actual Supabase API key and URL:

REACT_APP_SUPABASE_URL=<your-supabase-url>
REACT_APP_SUPABASE_ANON_KEY=<your-supabase-anon-key>

https://drive.google.com/file/d/1rYHlZE5bFFdgFco2Hhd-svu7oDnQ4Gzo/preview

Related Projects