feat(backend): add initial backend
Backend as is can query GitHub for the information that will be necessary later on in the frontend's pages. It does not cache this information yet though. Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
This commit is contained in:
3
.env.example
Normal file
3
.env.example
Normal file
@@ -0,0 +1,3 @@
|
||||
GH_TOKEN=
|
||||
ACTIX_ADDRESS=127.0.0.1
|
||||
ACTIX_PORT=8080
|
||||
Reference in New Issue
Block a user