Skip to content

Roshan-Kaveri/Resort_WebServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Project Title: Resort Webserver

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.

Tech Stack

Client: React

Server: Node, Express

Environment Variables

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

Installation

Set up and run the project by configuring both the frontend and backend.

  1. Navigate to the project folder.
  1. Install dependencies and start the frontend:
cd frontend
npm install
npm start
  1. 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.

Screenshots

App Screenshot

App Screenshot

App Screenshot

About

Resort Webserver with Databases

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •