Welcome to Lodgify, a fully functional room and hotel booking platform where users can explore, book, and even list their own properties! 🛌✨
- ✅ User Authentication (Register/Login)
- ✅ Browse available rooms by name, location, or price
- ✅ Post and manage your own property listings
- ✅ Responsive and modern UI
- ✅ Seamless booking experience
- ✅ MongoDB integration for data storage
| Frontend | Backend | Database | Other Tools |
|---|---|---|---|
| HTML | Node.js | MongoDB | Express.js |
| CSS | Express | Mongoose | Cloudinary (Image Uploads) |
| JavaScript | EJS Templating Engine |
📷 Add screenshots here to show the homepage, booking view, and listing form.
You can use tools like Lightshot or built-in OS screenshots to capture your app.
-
Clone the repository
git clone https://github.com/Pivink/Lodgify_website.git cd Lodgify_website -
Install dependencies
npm install
-
Configure Environment Variables
Create a.envfile in the root directory and add:DB_URL=your_mongodb_url CLOUDINARY_KEY=your_key CLOUDINARY_SECRET=your_secret CLOUDINARY_NAME=your_name
-
Run the application
npm start
-
Visit: http://localhost:3000
Pivink Kumar
📞 Contact: 7078346441
🔗 LinkedIn
🌐 Portfolio
If you found this project helpful or inspiring, please ⭐️ the repository to show your support!
This project is licensed under the MIT License.