No description
Find a file
2025-11-05 21:07:10 +01:00
.kotlin/metadata/kotlinCInteropLibraries Initial commit 2025-11-03 16:00:38 +01:00
auth@8138dfbb08 Initial commit 2025-11-03 16:00:38 +01:00
gradle Initial commit 2025-11-03 16:00:38 +01:00
nano-rpc-kotlin@9027315eaf Initial commit 2025-11-03 16:00:38 +01:00
registry@8991d8c554 Initial commit 2025-11-03 16:00:38 +01:00
registry-loader@086bb9b6e4 Initial commit 2025-11-03 16:00:38 +01:00
src Initial commit 2025-11-05 21:07:10 +01:00
.gitignore Initial commit 2025-11-03 16:00:38 +01:00
.gitmodules Initial commit 2025-11-03 16:00:38 +01:00
build.gradle.kts Initial commit 2025-11-03 16:00:38 +01:00
gradle.properties Initial commit 2025-11-03 16:00:38 +01:00
gradlew Initial commit 2025-11-03 16:00:38 +01:00
gradlew.bat Initial commit 2025-11-03 16:00:38 +01:00
README.md Initial commit 2025-11-03 16:00:38 +01:00
settings.gradle.kts Initial commit 2025-11-03 16:00:38 +01:00

faucet

This project was created using the Ktor Project Generator.

Here are some useful links to get you started:

Features

Here's a list of features included in this project:

Name Description
Request Validation Adds validation for incoming requests
Routing Provides a structured routing DSL
HTML DSL Generates HTML from Kotlin DSL

Building & Running

To build or run the project, use one of the following tasks:

Task Description
./gradlew nativeTest Run the tests
./gradlew build Build everything
./gradlew runDebugExecutableNative Run the server

If the server starts successfully, you'll see the following output:

2024-12-04 14:32:45.584 [main] INFO  Application - Application started in 0.303 seconds.
2024-12-04 14:32:45.682 [main] INFO  Application - Responding at http://0.0.0.0:8080