https://github.com/robarcoo/simplektorapp
A simple app to learn how Ktor and HTTP work
https://github.com/robarcoo/simplektorapp
http http-server kotlin ktor ktor-server
Last synced: 4 months ago
JSON representation
A simple app to learn how Ktor and HTTP work
- Host: GitHub
- URL: https://github.com/robarcoo/simplektorapp
- Owner: robarcoo
- Created: 2024-02-14T07:55:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-14T08:07:45.000Z (over 1 year ago)
- Last Synced: 2025-01-11T04:19:36.368Z (5 months ago)
- Topics: http, http-server, kotlin, ktor, ktor-server
- Language: Kotlin
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Ktor App
There are company, vacancy and resume entities, most data is hardcoded for simplicity purposes. There are endpoints to list all companies, get company by id, list all vacancies, get vacancy by id (shows extended info about vacancy), show a resume. POST request currently don't do anything, they're just created for test purposes.




