This website is all about providing information about different travel destinations. Whether you're planning a trip or just want to learn more about these amazing places, you've come to the right place.
Here's how to get started with the Wanderlusters:
- Clone this repository to your local machine using
git clone https://github.com/iiitl/Wanderlusters.git
- Navigate to the root directory of the project and run
npm i
to install the necessary dependencies. - Run
npm start
to start the development server. - Visit
http://localhost:3000
in your web browser to access the website.
- Navigate to the
backend
folder. - Run
npm i
to install the necessary dependencies. - Run
node index.js
to start the backend server. - The backend server will be running on
http://localhost:5000
.
Please note that you must have Node.js installed on your system in order to run this project.
We welcome contributions to the Places Guide website. If you have any suggestions or improvements, please feel free to submit a pull request.
Fork the repository
Create your feature branch (git checkout -b feature/new-feature)
Make the changes in your code editor.
To preview the changes, we suggest using a local server like Live Server for your code editor.
Commit your changes (git commit -am 'Added new feature')
Push to the branch (git push origin feature/new-feature)
Create a new pull request
Enjoy the experience !!!