/Wanderlusters

A travel information platform dedicated to providing comprehensive information about different travel destinations.

Primary LanguageJavaScript

Welcome to Wanderlusters

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.

Getting Started

Here's how to get started with the Wanderlusters:

Setting up the Frontend

  1. Clone this repository to your local machine using
git clone https://github.com/iiitl/Wanderlusters.git
  1. Navigate to the root directory of the project and run npm i to install the necessary dependencies.
  2. Run npm start to start the development server.
  3. Visit http://localhost:3000 in your web browser to access the website.

Setting up the Backend

  1. Navigate to the backend folder.
  2. Run npm i to install the necessary dependencies.
  3. Run node index.js to start the backend server.
  4. The backend server will be running on http://localhost:5000.

System Requirements

Please note that you must have Node.js installed on your system in order to run this project.

Contribute

We welcome contributions to the Wanderlusters. 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 !!!