Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 660 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 660 Bytes

Work In Progress

Learning sandbox

This is a learning project aimed at familiarizing myself with a new technology stack that includes Java, Spring Boot, and PostgreSQL.

Setup project:

  • Install jdk20
  • Instal postgreSQL
  • Set Enviorment variable for JAVA_HOME (path directory java) and restart pc
  • run the application: ./mvnw spring-boot:run

How to start

Start project

'./mvnw spring-boot:run'

Architecture description in Architecture.md

In this project is implemented the use case described here: Usecase

useful information: Utils

Swagger in app: http://localhost:8080/swagger-ui/index.html