No description
  • Go 94.3%
  • Makefile 3.1%
  • Dockerfile 2.6%
Find a file
2025-11-02 11:32:27 -06:00
.github/workflows Create build.yaml 2025-11-02 11:32:27 -06:00
db merging db init features 2025-01-16 17:16:02 -06:00
.gitignore Initial commit 2023-01-24 20:04:09 -06:00
docker-compose.yml merging db init features 2025-01-16 17:16:02 -06:00
Dockerfile add integration tests for current implementation 2024-11-16 08:20:16 -06:00
go.mod add integration tests for current implementation 2024-11-16 08:20:16 -06:00
go.sum add integration tests for current implementation 2024-11-16 08:20:16 -06:00
LICENSE Initial commit 2023-01-24 20:04:09 -06:00
main.go merging db init features 2025-01-16 17:16:02 -06:00
main_test.go move db into pkg; split out routes into funcs 2024-11-16 11:01:34 -06:00
Makefile merging db init features 2025-01-16 17:16:02 -06:00
README.md add random keys; merge tests 2024-11-16 09:01:48 -06:00

keys

read

curl https://keys.rileysnyder.dev/foo

write

curl -d 'bar' https://keys.rileysnyder.dev/foo

you can also create random keys

curl -d 'bar' https://keys.rileysnyder.dev

development notes

  1. test with make test
  2. need to split out routes eventually to leverage httptest