blob: 8eed2dff5e9336b026babeab3e675b7536232b01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# clog
An attempt to reimplement flog, using the [kore.io](https://kore.io) framework.
## TODO
* Use UUIDs for primary key in PostgreSQL.
* Dockerize.
* Determine how to handle `lib`/dependencies.
* Add GET /resource/{UUID} endpoint.
* Figure out how to build a statically-linked/standalone binary.
* Upgrade to Kore 4.2.
|