A simple user authentication web-based application built using KTOR, FreeMarker, Postgres, HikariCP and Ktorm
- Clone the repository
- Open the project in IntelliJ IDEA
- Execute the database file in the
resources
folder - Change the database credentials in the
application.conf
file - Run the
Application.kt
file