MVC application with Ktor Server
January 11, 2024 ยท View on GitHub
An application for adding and removing wishes to wishlist that uses Freemarker templates and Exposed.
Running
Execute this command to run the sample:
./gradlew run
Then, navigate to the following pages:
http://localhost:8080/wish/list to view and modify the wishlist.
http://localhost:8080/wish/topwishes to see the top popular wishes.