Reformer Pilates Studio
Admin Panel
Manage classes, schedules, users, centers, and view the dashboard. Log in with your admin account.
Open Admin PanelMobile App
Try the MANI app on your phone via Expo Go. Works on both iPhone and Android.
Developer Setup
Clone the repo and run both the mobile app and admin panel on your machine.
git clone https://github.com/bayse-lab/mani-booking-app.gitcd mani-booking-appcp .env.example .env — fill in Supabase keysnpm install && npx expo start — mobile appcd admin && npm install && npm run dev — admin panel