Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 1002 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 1002 Bytes

Rental Management System

Overview

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.

Features

  • 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.

Technologies Used

  • Backend:
    • Node.js
    • Express.js
    • MongoDB
  • Frontend:
    • ejs
    • Map Integration
  • Others:
    • Mongoose (for MongoDB object modeling)
    • Axios (for HTTP requests)