https://github.com/mementomorri/kotlin_backend
Учебный проект по реализации REST сервера и взаимодействию с БД.
https://github.com/mementomorri/kotlin_backend
exposed h2-database html kotlin ktor logback rest-api restful-api
Last synced: 6 months ago
JSON representation
Учебный проект по реализации REST сервера и взаимодействию с БД.
- Host: GitHub
- URL: https://github.com/mementomorri/kotlin_backend
- Owner: mementomorri
- License: gpl-3.0
- Archived: true
- Created: 2020-10-04T15:57:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T13:53:02.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T10:18:51.010Z (8 months ago)
- Topics: exposed, h2-database, html, kotlin, ktor, logback, rest-api, restful-api
- Language: Kotlin
- Homepage:
- Size: 9.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REST server
This branch contains a final implementation of the educational project. REST server is implemented using Ktor as server-side framework and Exposed ORM framework as DB manager.\
API documentation of server can be founded [here](https://app.swaggerhub.com/apis-docs/mementomorri/REST_API_for_toplist_of_students/1.0.0).\
Also there is resolved JSON version at "api" folder.\
Source code is implementing that documentation using Ktolin only and run some tests, tests outputs can be founded at "tests" folder..