Back to Exposed

Get started with Exposed DAO tutorial project

documentation-website/Writerside/snippets/get-started-with-exposed-dao/README.md

1.2.0523 B
Original Source

Get started with Exposed DAO tutorial project

A sample Gradle/Kotlin project built by following the steps explained in the Get started with Exposed DAO tutorial.

Build

To build the application, navigate to the snippets folder and run the following command:

shell
./gradlew :get-started-with-exposed-dao:build

Run

To run the application, execute the following command:

bash
./gradlew :get-started-with-exposed-dao:run