This Rental Management System is built using the MEN stack (MongoDB, Express.js, Node.js). It allows property owners to manage their rental properties and provides potential tenants with detailed information about available rooms. The system also features an integrated map to show the exact location of each room. Note: This application does not include a booking option.
- Property Management: Owners can add, edit, and remove rental properties.
- Room Details: Potential tenants can view detailed information about each room.
- Map Integration: Integrated with a map service to show the location of rooms.
- Search & Filter: Users can search and filter rooms based on criteria like price, location, and amenities.
- Backend:
- Node.js
- Express.js
- MongoDB
- Frontend:
- ejs
- Map Integration
- Others:
- Mongoose (for MongoDB object modeling)
- Axios (for HTTP requests)