-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
762 additions
and
270 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,4 +33,5 @@ out/ | |
/.nb-gradle/ | ||
|
||
### VS Code ### | ||
.vscode/ | ||
.vscode/ | ||
.kotlin |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,5 @@ | ||
kotlin.code.style=official | ||
|
||
org.gradle.caching=true | ||
org.gradle.configuration-cache=true | ||
org.gradle.parallel=true |
4 changes: 2 additions & 2 deletions
4
...ollector/quiz-collector-bruno/results.bru → ...lector/quiz-collector-bruno/responses.bru
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
meta { | ||
name: /results | ||
name: /responses | ||
type: http | ||
seq: 4 | ||
} | ||
|
||
get { | ||
url: http://localhost:8080/results | ||
url: http://localhost:8080/responses | ||
body: none | ||
auth: none | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Ktor + jupyter quiz collection | ||
|
||
Enable dev mode | ||
|
||
- Make sure development mode is enabled in your Ktor configuration file. This depends on how you created and run your | ||
server. If you use EngineMain to run a server, enable development mode in the configuration file. | ||
- Add run task that runs `./gradlew -t build` and run it. | ||
|
||
![img.png](assets/gradle-build.png) | ||
|
||
- Run the ktor server with `./gradlew run` or from a run task |
Oops, something went wrong.