Skip to content

REST API for a simple real estate registry for buildings.

Notifications You must be signed in to change notification settings

werriz/estateregistry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Estate Registry

REST API for a simple real estate registry for buildings.

Getting Started

Project is located in github (), download it using Git or manually download zip file.

Prerequisites

To run this application there are several things needed:

Java 11 (https://adoptopenjdk.net/?variant=openjdk11&jvmVariant=hotspot)

Maven (https://maven.apache.org/download.cgi/)

Installing

Open command line or terminal, navigate to project folder, where project was Git-cloned (unpacked from zip file)

There should be pom.xml file

Run Maven clean install command

mvn clean install

Run Spring Boot run command

mvn spring-boot:run

Open your browser and enter following address:

http://localhost:8080/swagger-ui.html

Tests

There are three unit tests for each Controller.

Code Coverage is ~90%

Built With

About

REST API for a simple real estate registry for buildings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages