Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 431 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 431 Bytes

Ktor Koin API with Flyway, Exposed and JWT using Maven

Requirements

  • x86-64
  • Linux/Unix
  • Docker
  • JDK 8+

Startup

The script "up" creates our database container and starts up our application:

1. docker-compose -f docker/db/docker-compose.yml up -d
2. mvn clean compile exec:java

Shutdown

The script "down" removes our database container:

1.docker-compose -f docker/db/docker-compose.yml down