Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 673 Bytes

File metadata and controls

26 lines (17 loc) · 673 Bytes

MERN Stack Project - HotelBazaar

This repository contains the backend (API) and frontend (Client) for a Hotel Booking MERN (MongoDB, Express.js, React.js, Node.js) stack project.

Backend (API)

Prerequisites

  • Node.js installed

How to Run

  1. Navigate to the api folder.
  2. Run npm install to install dependencies.
  3. Create a .env file with MongoDB connection string (MONGODB_URI).
  4. Run npm run dev to start the API server.

Frontend (Client)

Prerequisites

  • Node.js installed

How to Run

  1. Navigate to the client folder.
  2. Run npm install to install dependencies.
  3. Run npm run dev to start the React development server.