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:
2023-02-04 12:51:14 +01:00
parent 8413181750
commit 7f217641f0
10 changed files with 2749 additions and 0 deletions

2
.gitignore vendored
View File

@@ -2,3 +2,5 @@ node_modules
.temp
.cache
/content/.vuepress/dist/*
/target
.env