A user-friendly travel package booking website for different destinations across India.
This project is developed using HTML,CSS,JS (as the frontend) and Node.js,Express.js,MongoDB (as the backend) which is designed to provide a user-friendly and visually appealing interface for your travel booking.
Check my initial frontend repository and website deployed on GitHub Pages here:- https://github.com/Rutvik-121/Travel-and-Tourism-Website-Frontend
To run the website locally, follow these steps:
-
Clone this repository:
git clone https://github.com/Rutvik-121/Travel-Booking-Website-Final.git
-
Ensure that you have Node.js installed (use this link if necessary for installation - https://nodejs.org/dist/v20.14.0/node-v20.14.0-x64.msi). NPM comes along with Node.js. Check the installation by using these commands.
node -v npm -v npm install -g npm (if NPM not installed)
-
Run the server locally by using these commands:
npm i npm start dev
-
The website is live on "http://localhost:3000/".