Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joatmon08/sample-vault-app
https://github.com/joatmon08/sample-vault-app
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/joatmon08/sample-vault-app
- Owner: joatmon08
- License: mpl-2.0
- Created: 2024-03-07T17:24:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T19:51:27.000Z (10 months ago)
- Last Synced: 2024-10-27T06:53:27.742Z (about 2 months ago)
- Language: Go
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sample-vault-app
A sample application that you can use to show secrets
and access a database.- `/`: Main endpoint. Returns 200 if application is up.
- `/creds`: Outputs the database username and password for education purposes.
- `/products`: Outputs a list of products in the `products` table.