A full stack website created under mentorship as part of a group project to help you book a hotel across India from a wide range of options through a custom-made Hotels API obtained by manually scraping the internet. A mix of various abilities of React from hooks to components to everything.
Home Page:
Gallery Page:
About Us Page:
Join Us Page:
For locally hosting the website on your machine open this project folder in your code editor, go to the terminal and follow these steps:
- For navigating to the frontend folder
cd frontend- For intalling all the npm dependencies needed
npm installStart another terminal and follow the same steps for the backend folder as well, also replace the MONGO_URI with your own Mongodb URI in the index.js located in the backend folder. Then run the following command in both the terminals to host the website locally on your machine:
npm start


