Commit Graph

5 Commits

Author SHA1 Message Date
e5f94b9f8e chore: separate backend from frontend
Some checks failed
Publish Docker Images / build-and-publish (push) Has been cancelled
2025-11-15 13:57:14 +01:00
668e1e2a96 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.
2023-03-22 11:46:09 +01:00
924d3cced2 docs(backend): Document some functions and structures
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-03-15 16:37:59 +01:00
3448672fec chore(backend): cleaner code
Signed-off-by: Lucien Cartier-Tilet <lucien@phundrak.com>
2023-03-15 16:37:57 +01:00
7f217641f0 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>
2023-02-09 12:13:51 +01:00