Skip to content

Latest commit

 

History

History
24 lines (11 loc) · 400 Bytes

README.md

File metadata and controls

24 lines (11 loc) · 400 Bytes

petshop-kotlin

This application is built to learn

  • SpringBoot,
  • Spring Security,
  • Integration tests with Test Containers
  • Unit Tests.

Before running the application

  • make sure that Docker is running on your machine
  • run docker compose up from the terminal
  • run your application

Furthermore, I build the same application in Java to learn some Java and compare it with Kotlin.