https://github.com/sentrionic/olympusktor
The Ktor version of the OlympusBlog backend
https://github.com/sentrionic/olympusktor
kotlin ktor
Last synced: 8 months ago
JSON representation
The Ktor version of the OlympusBlog backend
- Host: GitHub
- URL: https://github.com/sentrionic/olympusktor
- Owner: sentrionic
- Created: 2021-06-10T09:48:12.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-10T14:42:32.000Z (about 5 years ago)
- Last Synced: 2025-03-04T03:32:11.691Z (over 1 year ago)
- Topics: kotlin, ktor
- Language: Kotlin
- Homepage: https://github.com/sentrionic/OlympusBlog
- Size: 12.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OlympusKtor
OlympusKtor is a backend for the [OlympusBlog](https://github.com/sentrionic/OlympusBlog) using [Ktor](https://ktor.io/).
## Stack
- [Exposed](https://github.com/JetBrains/Exposed) as the DB ORM
- [HikariCP](https://github.com/brettwooldridge/HikariCP) to connect to the DB
- [Yavi](https://github.com/making/yavi) for validation
- [Thumbnailator](https://github.com/coobird/thumbnailator) for image resizing
- Kotlin Version 1.5.10
## Getting started
1. Clone this repository
2. Rename `application.conf.example` in `resources` to `application.conf`
and fill out the values. AWS is only required if you want file upload,
GMail if you want to send reset emails.
3. Run `Application.kt`