Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 402 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 402 Bytes

Workout-planning

For developer

Before started application execute

start postgres:

cd ops-tools/docker sudo docker-compose up -d

View Swagger in local machine:

http://127.0.0.1:8000/swagger-ui.html

Added to /etc/hosts lines

127.0.0.1 postgres

Technologies:

  • Spring Boot
  • Spring Web
  • Spring Security
  • Liquibase
  • Swagger2
  • etc.