The application that helps the landlords to manage their properties and rentals.
The main functionalities are:
- Store information of the properties and the tenants in one place
- Create rent leases from templates
- Follow the rent payments and manage the rent overdues
- Create custom documents to communicate with tenants
- Manage the real estate business with several collaborators and in different organizations
Rents page | Send notices, receipt by email | Pay a rent |
Tenants page | Tenant details | |
Properties page | Property details | |
Landlord page | Template leases | Author a contract |
Members | ||
The
mre
executable is used for building and running the application. If running on Windows usemre.exe
on Macmre-macos
.
$ git clone --recursive https://github.com/microrealestate/microrealestate.git
$ cd microrealestate
$ ./mre build
$ ./mre start
Once the application is ready, the message bellow is displayed:
Front-end http://localhost:8080/app
Take your favorite internet navigator and go to this link: http://localhost:8080/app
- Contribute on Issues
- Run and debug the application
Support me to work on this project and to enjoy one coffee or two 🙌
- LinkedIn: www.linkedin.com/in/caissani
- Twitter: @camelaissani
MIT