eb2b55159e1d8c73c2d828136072a08184c761de
Some checks failed
continuous-integration/drone/push Build is failing
Thanks roel! Closes #2.
members.lumbung.space
WIP members only space for
lumbung[dot]space
Hacking
It's a FastAPI application (if you know
Flask /
Sanic then it is more or less the
same thing). Currently being developed with Python 3.9. Once we move out of the
prototype stage, more version compatability will be offered. You'll need a
working Keycloak install as well to fill in correct .env
values. A more
covenient development environment will come along shortly too.
$ docker run -p 6379:6379 -d redis:6-alpine
$ cp .env.sample .env # fill with real values
$ set -a && source .env && set +a
$ make
Description
Languages
Python
46.6%
HTML
36.2%
CSS
10.2%
JavaScript
2.2%
Dockerfile
1.8%
Other
3%