Follow these steps to test your admin functionality:
Open terminal and run:
cd api && npm start
✅ Server should start on http://localhost:3000
Open another terminal and run:
cd realtime && npm run dev
✅ Frontend should start on http://localhost:5173
Use these credentials:
After login:
You should be able to:
Admin users are identified by:
If everything works correctly, you should see:
If you encounter issues: