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: about 2 months ago
JSON representation
Ktor Koin API with Flyway, Exposed and JWT using Maven
- Host: GitHub
- URL: https://github.com/hvalfangst/ktor-koin-api
- Owner: hvalfangst
- Created: 2023-10-19T14:55:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T23:55:01.000Z (over 2 years ago)
- Last Synced: 2025-01-25T06:25:08.330Z (over 1 year ago)
- Topics: docker-compose, exposed-orm, flyway, jwt, koin, koin-kotlin, kotlin, ktor, maven, postgresql
- Language: Kotlin
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```