Teachers can see and create multiple classes and assignments...
Each time a class is created they are given a unique id which is used in various backend process. They can also see progress details of each student
Students will be able to join classes(using thier unique id) and access assignments assigned for each individual class….they will also be able to see their progress
To access the database info we have used proxyservers(back-end)...
We have created separate tables for students and teachers...
For teacher the classes and assignments can be accessed using their email-id as foreign key in table assignments_table and classes_table
For Students we have used each classes unique id to access assignments and their individual progress


