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
A full-stack book forum application using MERN stack with mobile (Expo), web admin panel, and socket integration.
🚀 Manual Project Run Guide
⚠️Note: Expo CLI works best on Windows OS.
🔧 Run Backend Server
cd backend
npm install
npm run dev
📱 Run Frontend (Mobile App)
cd FE
npm install
# Optional: Install this if socket-related errors occur
npm install socket.io-client
# Update API endpoint:# Edit FE/constants/api.js and replace the base URL with your local IP address
npx expo