Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rock3r/pushbeat
Sample GCP AppEngine Ktor REST API and corresponding Android app
https://github.com/rock3r/pushbeat
backend gcp gcp-app-engine kotlin kotlin-android ktor ktor-client ktor-server
Last synced: 27 days ago
JSON representation
Sample GCP AppEngine Ktor REST API and corresponding Android app
- Host: GitHub
- URL: https://github.com/rock3r/pushbeat
- Owner: rock3r
- License: mit
- Created: 2020-06-22T07:55:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T15:02:04.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T20:29:08.757Z (6 months ago)
- Topics: backend, gcp, gcp-app-engine, kotlin, kotlin-android, ktor, ktor-client, ktor-server
- Language: Kotlin
- Homepage:
- Size: 118 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# pushbeat ![Build status](https://github.com/rock3r/pushbeat/workflows/Check%20with%20Gradle/badge.svg)
A sample GCP AppEngine Ktor REST API that showcases a simple RESTful API and a web UI.
Please note that this codebase does **not** follow best practices (has global state singletons,
effectively no authentication, etc). It is purely meant to be used for demonstrating some Ktor
features and as an add-on for a talk.## License
This repository is released under the MIT License. You can learn more about it in the [`LICENSE`](LICENSE)
file.