feat: complete user authentication with separate login and register pages

This commit is contained in:
Marko (Hermes Implementer)
2026-05-26 04:35:27 +00:00
parent 6867a91b67
commit fc0531395d
6 changed files with 254 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
# API base URL for the Django backend
VITE_API_URL=http://localhost:8000