# ๐Ÿš€ Quick Reference - Moharek GEO Platform ## ๐Ÿ”— Essential URLs ### ๐Ÿงช Test First (Debug Pages): ``` Login Debug: https://huggingface.co/spaces/Alinabil1/last_edit/app/login-debug.html API Test: https://huggingface.co/spaces/Alinabil1/last_edit/app/test-api.html ``` ### ๐ŸŽฏ Main Access: ``` Gradio: https://huggingface.co/spaces/Alinabil1/last_edit Dashboard: https://huggingface.co/spaces/Alinabil1/last_edit/app/ Login: https://huggingface.co/spaces/Alinabil1/last_edit/app/login.html API Docs: https://huggingface.co/spaces/Alinabil1/last_edit/api/docs ``` ## ๐Ÿ”‘ Default Credentials ``` Email: admin@moharek.com Password: admin123 ``` ## โœ… Testing Checklist 1. [ ] Visit **login-debug.html** 2. [ ] Click "Login" button 3. [ ] Check debug console shows: - โœ… API URL correct - โœ… Status 200 - โœ… Token received 4. [ ] Visit **test-api.html** 5. [ ] Verify all endpoints respond 6. [ ] Try full dashboard ## ๐Ÿ› If Something's Wrong 1. Check Space is "Running" (green status) 2. Look at Logs tab on HF Space 3. Use debug pages to see exact errors 4. Check browser console (F12) ## ๐Ÿ“Š What's Deployed - โœ… Gradio 5.9.1 - โœ… Complete Backend (60+ modules) - โœ… All Frontend Pages - โœ… Fixed API Connections - โœ… Debug Tools --- **Wait 2-3 minutes for rebuild, then test!** โฑ๏ธ