ScheduleSRM is built and mainted by LiveWires_
/json
- contains all the timetable in JSON format/python
- contains all the utility scriptsday_order.py
- AppWrite function reponsible for returning the current day ordersend_notification.py
- AppWrite function responsible for invoking a notificationtranspose_csv.py
- Utility script to convert CSV (timetable from the Dept.) to JSON
/lib
- contains the src for the web app/web
- contains the web specific src
- Flutter - Frontend
- Python - Backend
- OneSignal - Notification service
- AppWrite - Backend hosting
- CloudFlare - Frontend hosting
- Clone the repo
- Setup Flutter environment
- Run
flutter doctor
to ensure the platform is setup properly - Open the Folder and run
flutter run -d chrome
to run debug session in Chrome