Find a file
aldemirm cb03279c6d feat: add user authentication and protect endpoints with JWT
Added UsersTable to Exposed database schema

Updated KidioRepository interface and implementations for auth methods

Updated Ktor routing, application setup, and integration tests for JWT auth
2026-09-04 11:35:46 +02:00
.gradle feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
.idea feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
build feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
gradle final first push 2026-09-02 15:28:58 +02:00
src feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
build.gradle.kts feat: add user authentication and protect endpoints with JWT 2026-09-04 11:35:46 +02:00
gradle.properties final first push 2026-09-02 15:28:58 +02:00
gradlew final first push 2026-09-02 15:28:58 +02:00
gradlew.bat final first push 2026-09-02 15:28:58 +02:00
Kidio_backend.iml final first push 2026-09-02 15:28:58 +02:00
README.md first commit 2026-09-02 15:06:48 +02:00
settings.gradle.kts final first push 2026-09-02 15:28:58 +02:00

Kidio_backend

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

Building & Running

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

Task Description
./gradlew test Run the tests
./gradlew build Build the project
./gradlew run 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