It is a backend repository for Graduation Project and aims to connect municipalities with their citizens.
The project is built with Spring Boot; Hibernate and JPA are used for querying and handling the database.
You can access the site from here.
If you want to run the app on your machine, all you need to do is to clone the project and run the command ./mvnw spring-boot:run
in the project folder.