Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robarcoo/simplektorapp
A simple app to learn how Ktor and HTTP work
https://github.com/robarcoo/simplektorapp
Last synced: about 2 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-14T08:07:45.000Z (11 months ago)
- Last Synced: 2024-02-14T09:26:05.614Z (11 months ago)
- Language: Kotlin
- 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.
![image](https://github.com/robarcoo/SimpleKtorApp/assets/111498279/cc85554a-37e9-4855-90a7-aa203ba2d248)![image](https://github.com/robarcoo/SimpleKtorApp/assets/111498279/50dc0589-e7fc-4d18-8bdf-7363f144fcf3)
![image](https://github.com/robarcoo/SimpleKtorApp/assets/111498279/fd5784fe-416c-463f-98e9-0bad5ba5ce4e)
![image](https://github.com/robarcoo/SimpleKtorApp/assets/111498279/27f161e9-fd75-4d39-9b41-3952398d13cf)
![image](https://github.com/robarcoo/SimpleKtorApp/assets/111498279/4297e775-4169-4034-b7f9-27b8f7712d12)
![image](https://github.com/robarcoo/SimpleKtorApp/assets/111498279/ff6783d5-7236-4a6c-8090-34c0e7340153)