Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kenzo0p/wanderlust
https://github.com/kenzo0p/wanderlust
bootstrap5 ejs-templates expressjs html5 javascript nodejs
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kenzo0p/wanderlust
- Owner: kenzo0p
- Created: 2024-10-29T14:37:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T19:09:33.000Z (about 1 month ago)
- Last Synced: 2024-11-27T20:22:13.967Z (about 1 month ago)
- Topics: bootstrap5, ejs-templates, expressjs, html5, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 155 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wanderlust 🏡🌍
Wanderlust is a full-stack web application inspired by Airbnb, designed to provide users with a seamless platform for browsing and searching property listings based on categories and locations. This project demonstrates my proficiency in building scalable, user-friendly web applications using modern technologies.---
## 🚀 Features
- **Category-Wise Listings**: Explore properties like Cabins, Beaches, Mountains, Castles, and more.
- **Dynamic Search**: Search for properties with keyword-based filtering.
- **Responsive Design**: Optimized for all devices, including desktops, tablets, and mobile phones.
- **Location Integration**: Integrated **Mapbox** for location-based services.
- **Image Management**: Securely manage property images using **Cloudinary**.
- **Authentication**: Session-based login for personalized user experience.
- **Scalable MVC Architecture**: Built with a clean, modular structure for maintainability.---
## 🛠️ Tech Stack
- **Frontend**: EJS, HTML, CSS, Bootstrap
- **Backend**: Node.js, Express.js, MongoDB
- **Tools & Libraries**:
- **Cloudinary**: For image storage and management
- **Mapbox**: For location-based property listings
- **Sessions**: For user authentication
- **REST APIs**: For dynamic data handling---
## 🌐 Live Demo
Check out the live application here: [Wanderlust Live App](https://wanderlust-p3e2.onrender.com)---
## 📂 Installation & Setup
Follow these steps to set up the project locally:### Prerequisites
Ensure you have the following installed:
- Node.js
- MongoDB### Steps
1. Clone the repository:
```bash
git clone https://github.com/kenzo0p/Wanderlust.git
cd Wanderlust
npm install
npm start (http://localhost:8080)
```
2. Add .env file
- CLOUD_NAME=your_cloudinary_cloud_name
CLOUD_API_KEY=your_cloudinary_api_key
CLOUD_API_SECRET=your_cloudinary_api_secret
MAP_TOKEN=your_mapbox_access_token
SECRET=your_session_secret (any of your choice e.g your name)
ATLASDB_URL=your_mongodb_connection_uri