Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 547 Bytes

README.MD

File metadata and controls

37 lines (23 loc) · 547 Bytes

Description

A code created as a handbook for spring projects

Api Documentation

Visit the swagger api http://localhost:8080/swagger-ui/

Requirements

java >=15 (OBS: It'll probably work with java 11 aswell)
maven >= 3.6.3
postgreSQL

Installation

$ git clone 
$ mvn install

Test

# unit tests
$ maven test

Stay in touch