This project is a set of services and a web application to help the landlords to manage their properties: buildings, flats, offices, meeting rooms, car parks, letter boxes...
The main functionalities of this project are:
- Gather all information of the properties and the tenants in one place
- Create rent leases from templates
- Follow the rents month after month and manage the recovery of the amounts not received
- Create custom documents (letters, emails) to easily communicate with tenants
- Manage the real estate business with several collaborators and 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 | ||
- Docker and docker-compose installed
The
mre
bash script is uses for building, running the application. If running on Windows usemre.ps1
.
$ git clone --recursive https://github.com/microrealestate/microrealestate.git
$ cd microrealestate
$ ./mre build
$ ./mre start
At the end, it displays the application links:
Front-end http://localhost:8080/app
Deprecated Front-end http://localhost:8080
Take your favorite internet navigator and go to this link: http://localhost:8080/app
- Contribute on Issues
- Run and debug the application
- LinkedIn: www.linkedin.com/in/caissani
- twitter: @camelaissani
- website: https://www.nuageprive.fr/
MIT License