From 39e5590dd8c7b9eed2f1b60925098458c8af17ab Mon Sep 17 00:00:00 2001 From: Kailasdevdas Date: Thu, 23 Apr 2026 13:07:40 +0530 Subject: [PATCH] doc: update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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