Skip to content

Ktor Koin API with Flyway, Exposed and JWT using Maven

Notifications You must be signed in to change notification settings

hvalfangst/Ktor-Koin-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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