backend: add static serving + multi-stage Dockerfile, website: add API test dashboard

This commit is contained in:
sumit-plena
2026-07-07 17:03:33 +05:30
parent 1dd97cf059
commit 317d60ed63
78 changed files with 6100 additions and 40 deletions

17
website/.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Dependencies
node_modules
# Lockfiles
bun.lock
# Vite
.vite
# Build output
dist
# Cache
cache
# OS files
.DS_Store