- Notifications
You must be signed in to change notification settings - Fork0
The backend of the RuneTopic website.
License
NotificationsYou must be signed in to change notification settings
runetopic/website-backend
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
- Kotlin (https://github.com/JetBrains/kotlin)
- Ktor (https://github.com/ktorio/ktor)
- Koin (https://github.com/InsertKoinIO/koin)
- KMongo (https://github.com/Litote/kmongo)
- Jackson (https://github.com/FasterXML/jackson)
- Docker Compose (https://github.com/docker/compose)
For security reasons, we do not push our own. You will have to setup your own configuration file like the example provided below.
/resource/application.conf
ktor { development = true deployment { port = 8081 port = ${?PORT} watch = [ classes, resources ] } application { modules = [ com.runetopic.ApplicationKt.module ] }}jwt { secret = a-generated-token-goes-here}mongodb { driver = "mongodb://localhost:27017"}