feat: connect backend with the frontend

This commit is contained in:
2025-07-23 15:02:32 +00:00
parent 7abed7e634
commit 98369ef531
11 changed files with 54 additions and 20 deletions

4
frontend/.env.example Normal file
View File

@@ -0,0 +1,4 @@
# Frontend environment variables #
REACT_APP_API_BASE_URL=http://localhost:8000
REACT_APP_BASE_URL=http://localhost:8000