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
+1 -1
View File
@@ -39,7 +39,7 @@ services:
ports:
- "3000:3000"
environment:
REACT_APP_API_URL: "http://localhost:8000"
VITE_API_URL: "http://localhost:8000"
volumes:
- ./web:/app
- /app/node_modules