Skip to content

OpenGYS is an fully open source real estate management system.

Notifications You must be signed in to change notification settings

burakpadr/opengys-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGYS

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.

Frontend project

Prerequisite

  • Java 17 +
  • Docker

How to run it

  • 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 and java -jar target/gys-x.x.x.jar commands.

Email configurations

All the emails are sent using Gmail. The configurations are made in the application-profile.yml file.

enter image description here

Pictures

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here

enter image description here