This repository contains the backend (API) and frontend (Client) for a Hotel Booking MERN (MongoDB, Express.js, React.js, Node.js) stack project.
- Node.js installed
- Navigate to the
apifolder. - Run
npm installto install dependencies. - Create a
.envfile with MongoDB connection string (MONGODB_URI). - Run
npm run devto start the API server.
- Node.js installed
- Navigate to the
clientfolder. - Run
npm installto install dependencies. - Run
npm run devto start the React development server.