| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A full-stack travel accommodation and property listing platform inspired by Airbnb, built using the MERN ecosystem and deployed on Render.
🔗 Live Website: https://wanderlust-f7qe.onrender.com/listings
🔗 Repository: https://github.com/Utkarsh-Raj-Profile/Wanderlust
git clone https://github.com/Utkarsh-Raj-Profile/Wanderlust.gitcd Wanderlustnpm installAdd the following environment variables:
ATLASDB_URL=your_mongodb_connection_string
SECRET=your_secret_key
CLOUD_NAME=your_cloudinary_name
CLOUD_API_KEY=your_cloudinary_api_key
CLOUD_API_SECRET=your_cloudinary_api_secret
MAP_TOKEN=your_mapbox_tokennpm startServer will start at:
http://localhost:8080/listingsWanderlust/
│
├── controllers/
├── models/
├── routes/
├── views/
├── public/
├── utils/
├── middleware.js
├── app.js
├── cloudConfig.js
├── schema.js
├── package.json
└── README.mdUsers can upload listing images directly to Cloudinary for optimized cloud storage and delivery.
Integrated Mapbox API for interactive location-based experiences and map visualization.
Through building this project, I gained hands-on experience with:
Contributions, issues, and feature requests are welcome.
Feel free to fork this repository and submit pull requests.
This project is licensed under the ISC License.
If you found this project helpful, consider giving it a ⭐ on GitHub.
| Back | FazBrowse Home | New Git URL |