Skip to content

Latest commit

 

History

History
55 lines (37 loc) · 1.32 KB

README.md

File metadata and controls

55 lines (37 loc) · 1.32 KB
Realestate Account logo

Open source app specifically designated for investing in real estate assets.

Introduction

Realestate Account could be managed by an individual or an entity, and funds in this account would be used for acquiring, managing, and selling real estate properties.

Screenshot-20230526121531

Key Features

  • Customer Management
  • Plot Management
  • Apartment/Housing Booking
  • Customer Payment
  • Graphical Dashboard

Installation

Manual Installation

  1. Add Realestate Account app to your bench.
$ bench get-app realestate_account https://github.com/ce-construction/realestate_account.git --branch main
  1. Install the app on the required site.
$ bench --site sitename install-app realestate_account

Update App

  1. Update your app in the app directory.
$ git pull
  1. Migrate the app to required site.
$ bench --site sitename migrate

Contributors

🙂