Description
This project is a comprehensive web server designed for resorts, allowing guests to conveniently book rooms, cabs, and cuisine services online. It streamlines the booking process and enhances customer experience by providing an all-in-one platform for managing their stay.
Client: React
Server: Node, Express
To run this project, you will need to add the following environment variables to your .env
file in the backend directory:
DB_USER
DB_PASSWORD
DB_HOST
DB_PORT
DB_NAME
Set up and run the project by configuring both the frontend and backend.
- Navigate to the project folder.
- Install dependencies and start the frontend:
cd frontend
npm install
npm start
- Install dependencies and start the backend:
cd ../backend
npm install
node index.js
The application will be running with the frontend and backend properly connected. Access it through the frontend URL.