https://github.com/akshaydarekar5252/wanderlust-project
WanderLust is a full-stack web application for browsing and booking vacation accommodations like houses, villas, and farmhouses. Users can also list their own properties, book rentals, view locations on Mapbox, and log in via Google or GitHub.
https://github.com/akshaydarekar5252/wanderlust-project
bootstrap css ejs-templates express-js html5 javascript mongodb mongoose node-js
Last synced: 3 months ago
JSON representation
WanderLust is a full-stack web application for browsing and booking vacation accommodations like houses, villas, and farmhouses. Users can also list their own properties, book rentals, view locations on Mapbox, and log in via Google or GitHub.
- Host: GitHub
- URL: https://github.com/akshaydarekar5252/wanderlust-project
- Owner: akshaydarekar5252
- Created: 2025-04-19T13:13:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-04T16:22:39.000Z (about 1 year ago)
- Last Synced: 2025-05-07T02:07:08.278Z (about 1 year ago)
- Topics: bootstrap, css, ejs-templates, express-js, html5, javascript, mongodb, mongoose, node-js
- Language: JavaScript
- Homepage:
- Size: 3.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌍 WanderLust Project
WanderLust is a full-stack web application for browsing and booking vacation accommodations like houses, villas, and farmhouses. Users can also list their own properties, book rentals, view locations on Mapbox, and log in via Google or GitHub.
## 🚀 Features
- Property listing & booking system
- User authentication (Google & GitHub OAuth)
- Image upload with Cloudinary
- Location display using Mapbox
- Flash messages and form validation
- Responsive UI using Bootstrap
## 🛠️ Tech Stack
### Frontend
- HTML5, CSS3, JavaScript
- Bootstrap
- EJS templating
### Backend
- Node.js, Express.js
### Database
- MongoDB with Mongoose
### Other Tools
- Passport.js (Authentication)
- Mapbox API (Maps)
- Cloudinary (Image storage)
- Multer (File uploads)
- Joi (Validation)
- Express-Session, Connect-Mongo
- Dotenv, Cookie-Parser
## 📁 Folder Structure
```
WanderLust/
│
├── models/ # Mongoose models
├── routes/ # Route files
├── views/ # EJS templates
├── public/ # Static files (CSS, JS)
├── utils/ # Helper functions
├── app.js # Main server file
└── .env # Environment variables
```
## 🤝 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you’d like to change.