Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 468 Bytes

MVC application with Ktor Server

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.