Skip to content

Presenting my MERN project, a sleek travel and accommodation platform reminiscent of "Booking.com." With secure user authentication, seamless listing management, and an intuitive search and booking system

Notifications You must be signed in to change notification settings

Swoyam1/holidays-booking-mern-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HolidaysBooking.com

Tech Stack

  • HTML
  • TailwindCSS
  • React.js
  • Node.js
  • MongoDB
  • JWT Authentication

Local Development

Step-1

clone this repo

git clone https://github.com/Swoyam1/holidays-booking-mern-app.git

Step-2

Install all dependencies

# install server side deps
cd backend
npm install

# install client side deps
cd frontend
npm install

Step-3: Starting the client-side application

To Run the application in development mode execute this script

cd frontend
npm run dev

Step-4: Starting the server

Finally to start the server execute this script

cd backend
npm run dev

.env File Configuration

# backend

MONGO_URL = "Your MongoDB URL" 
JWT_SECRET_KEY = "Your key"
FRONTEND_URL = "Your localhost url"
CLOUDINARY_CLOUD_NAME = "Your key"
CLOUDINARY_API_KEY = "Your key"
CLOUDINARY_API_SECRET = "Your key"

# frontend

VITE_API_BASE_URL = http://localhost:7000

About

Presenting my MERN project, a sleek travel and accommodation platform reminiscent of "Booking.com." With secure user authentication, seamless listing management, and an intuitive search and booking system

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages