You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PORT=3000MONGO_URI=your_mongo_uri_hereNODE_ENV=developmentJWT_SECRET=your_jwt_secretRESEND_API_KEY=your_resend_api_keyEMAIL_FROM=your_email_from_addressEMAIL_FROM_NAME=your_email_from_nameCLIENT_URL=http://localhost:5173CLOUDINARY_CLOUD_NAME=your_cloudinary_cloud_nameCLOUDINARY_API_KEY=your_cloudinary_api_keyCLOUDINARY_API_SECRET=your_cloudinary_api_secretARCJET_KEY=your_arcjet_keyARCJET_ENV=development
Run Backend
cd backend
npm install
npm run dev
Run frontend
cd frontend
npm install
npm run dev