chore: delete backend

Initially, the backend was meant to cache calls to the GitHub API.
However, I decided to just cache them in the sessionStorage of the
visitor’s browser instead.
This commit is contained in:
2023-03-22 11:46:09 +01:00
parent e438e120cb
commit 668e1e2a96
10 changed files with 7 additions and 2120 deletions

View File

@@ -1,3 +0,0 @@
GH_TOKEN=
ACTIX_ADDRESS=127.0.0.1
ACTIX_PORT=8080