Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hvalfangst/ktor-koin-api

Ktor Koin API with Flyway, Exposed and JWT using Maven
https://github.com/hvalfangst/ktor-koin-api

docker-compose exposed-orm flyway jwt koin koin-kotlin kotlin ktor maven postgresql

Last synced: 10 days ago
JSON representation

Ktor Koin API with Flyway, Exposed and JWT using Maven

Awesome Lists containing this project

README

        

# 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
```