Back to Exposed

Get started with Exposed tutorial project

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

1.2.0538 B
Original Source

Get started with Exposed tutorial project

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

Build

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

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

Run

To run the application, execute the following command in the repository's root directory:

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