Class Connect is a concept for a web platform that allows parents to manage their child's progress in school.
The front-end is built with React, which retrieves data from an API served by Flask. Application data is stored in a MySQL database.
View the full demo here: https://vimeo.com/414123886.
To run the platform, simply clone the repo, navigate into the directory, and run docker-compose up (of course, you must have docker installed!).
Navigate to localhost:3000 to see the platform in action.
Flask API developed by @murizvi (https://github.com/murizvi).
Database scripts written by @zaheenchoudhry (https://github.com/zaheenchoudhry).
Developed and tested on Windows 10 & Ubuntu 20.04.
