chore: update backend port to 5008 and frontend to 3008

This commit is contained in:
Kailasdevdas
2026-04-23 13:30:11 +05:30
parent 39e5590dd8
commit bb98ddf514
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ frontend/
Node.js (v20+)
**2. Environment Variables**
VITE_API_URL="http://localhost:3000/api"
VITE_API_URL="http://localhost:5008/api"
**3. Install Dependencies**
npm install