Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hvalfangst/ktor-koin-api
- Owner: hvalfangst
- Created: 2023-10-19T14:55:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-13T23:55:01.000Z (about 1 year ago)
- Last Synced: 2024-11-25T08:33:28.414Z (2 months 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
```