Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthony-2003/wild-oasis-proyect
This project is a hotel booking management system designed for administrative staff to efficiently handle reservations and manage hotel operations.
https://github.com/anthony-2003/wild-oasis-proyect
jsx react react-form-hook react-query react-router supabase supabase-auth
Last synced: 3 months ago
JSON representation
This project is a hotel booking management system designed for administrative staff to efficiently handle reservations and manage hotel operations.
- Host: GitHub
- URL: https://github.com/anthony-2003/wild-oasis-proyect
- Owner: Anthony-2003
- Created: 2024-08-17T01:27:42.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T21:33:17.000Z (5 months ago)
- Last Synced: 2024-10-11T02:21:37.616Z (3 months ago)
- Topics: jsx, react, react-form-hook, react-query, react-router, supabase, supabase-auth
- Language: JavaScript
- Homepage: https://wild-oasis-reactt.netlify.app
- Size: 2.41 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```bash
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:```bash
REACT_APP_SUPABASE_URL=
REACT_APP_SUPABASE_ANON_KEY=
```https://drive.google.com/file/d/1rYHlZE5bFFdgFco2Hhd-svu7oDnQ4Gzo/preview