This is a simple Airbnb Clone built using Node.js, Express, and EJS. The web pages are served by the server itself using Embedded JavaScript (EJS) templates.
- 🏠 List available properties
- 🔍 View property details
- 📝 Add new property listings
- 🗑️ Delete property listings
- 📄 Dynamic EJS templates for server-side rendering
- 🗄️ Data stored in MongoDB
Backend: Node.js, Express.js, MongoDB
Frontend: HTML, CSS, Bootstrap, EJS
git clone https://github.com/tusharpatil03/airbnb-clone.git
cd airbnb-clone#install dependencies
npm install#start the development server
npm run dev