Zenstay is a web application for hotel booking using the MERN stack with Bootstrap for styling
for the backend you need to change directory to the api
cd api
then run server
npm install
npx nodemon index.js
And for the frontend you need to change directory to the frontend
then run
npm install
npm run dev