An open API service indexing awesome lists of open source software.

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 сервера и взаимодействию с БД.

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..