A Django web app for scheduling peer tutor sessions in Boarding School's Academic Resource Center
- User Authentication: custom user model w/ Email verification
- Tutor Session CRUD (Create, Read, Update, Delete): Students can sign up, edit, or delete tutor sessions. Tutors can keep track of upcoming sessions. Teachers have access to admin panel and can refer students to sessions
- Profile pages with upcoming and past sessions depending on user groups; Students and tutors can view past and upcoming tutor sessions.
- Testing: pytest + codecov + Factoryboy
- Depolyed using docker-compose and heroku
You can track my dev progress HERE!
(Update: all tasks finished!!)