feat: add basic admin upload ui

This commit is contained in:
Kentai Radiquum 2025-02-17 04:52:18 +05:00
parent bd85108edd
commit 6063dc1401
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
11 changed files with 4986 additions and 0 deletions

5
.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
.venv
.vscode
.env
node_modules
__pycache__