diff --git a/README.md b/README.md index e6111f4..41d8739 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ EMAIL_FROM=admin@example.com ### Frontend (`frontend/.env`) ```env -VITE_API_BASE_URL=http://localhost:5000 +VITE_API_URL=http://localhost:5000/api ``` --- @@ -64,6 +64,13 @@ VITE_API_BASE_URL=http://localhost:5000 docker compose -f docker-compose.dev.yml up --build ``` +## Create User + +```bash +docker exec -it gg-backend-api-backend-1 node src/utils/createUser.js + +``` + --- ### Stop containers