OpenGYS is an fully open source real estate management system. OpenGYS, allow the landlords to manage their real estates. So, the landlords can add rent contract, track rent payments, track monthly rental income and real estate distribution by category via dashboard.
- Java 17 +
- Docker
-
PostgreSQL, Redis and RabbitMQ should be run on the docker.
-
$ docker-compose up
-
After running this command, run the command below to ensure that docker containers are created.
-
docker container ls
-
The output of the command should look like.
-
Run
mvn clean install
andjava -jar target/gys-x.x.x.jar
commands.
All the emails are sent using Gmail. The configurations are made in the application-profile.yml file.