This project is a clone of Airbnb, built to replicate the core features of the popular online marketplace for lodging, primarily for educational purposes.
- User authentication (Sign up, Login, Logout)
- Listing properties for rent
- User reviews and ratings
- Map using MAPBOX APIs
- Clone the repository:
git clone <repository-url>
- Navigate to the project directory:
cd WANDERLUST
- Install dependencies:
npm install
- Start the development server:
nodemon app.js
- Open your browser and navigate to:
http://localhost:8080
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
- Commit your changes:
git commit -m "Description of changes"
- Push to your branch:
git push origin feature-name
- Submit a pull request.