Skip to content

IanArb/conferencesKtor

Repository files navigation

Conferences Ktor App

An example usage of Ktor.

The applications displays a list of conferences retrieved from https://androidstudygroup.github.io/conferences/

This repository accepts pull requests and all contributions are welcome!

Ktor

You need to add Run/Debug configuration to Edit Configurations targetting main class com.ianarbuckle.conferencesapi.ApplicationKt

You can configure your port and your mongo URI in the application.conf file

ktor { deployment { port = ${PORT} } application { modules = [ com.ianarbuckle.conferencesapi.ApplicationKt.module ] } mongoUri = ${MONGO_URI} } 

Languages, libraries and tools used

About

Sample ktor RESTful API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published