Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikouaj/demo-apps
Simple apps used for demo purposes
https://github.com/mikouaj/demo-apps
Last synced: about 1 month ago
JSON representation
Simple apps used for demo purposes
- Host: GitHub
- URL: https://github.com/mikouaj/demo-apps
- Owner: mikouaj
- License: mit
- Created: 2023-06-29T10:48:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-05T09:38:26.000Z (9 months ago)
- Last Synced: 2024-04-05T10:37:23.652Z (9 months ago)
- Language: Go
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo applications
The following repository contains the source code and container images of various simple demo applications.
## Application list
* [spring-rest-jpa](./spring-rest-jpa/) is a simple Java application that uses Spring Boot framework
and exposes the REST endpoint. The data is fetched from the relational database with
Java Persistence API.
* [go-rest](./go-rest/) is a simple Go application exposes the REST endpoint. The data on the REST
endpoint are generated locally.
* [go-rest-client](./go-rest-client/) is a simple Go application exposes the REST endpoint. The data
on the REST endpoint are either generated locally or fetched from the remote URL.
* [go-rest-cloud-storage](./go-rest-cloud-storage/) is a simple Go application exposes the REST endpoint.
The data on the REST endpoint is fetched from the Cloud Storage bucket.