Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.36 KB

File metadata and controls

26 lines (15 loc) · 1.36 KB

Task Assigning WebApp

A React Based Web-Application...

Films   TV 21-07-2021 20_11_27

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

The libraries used for the backend were...

To access the database info we have used proxyservers(back-end)...

server js - Task_Assigning_WebApp - Visual Studio Code 21-07-2021 20_03_52

We've have used Mysql as database for this project...

MySQL Workbench 21-07-2021 20_07_13

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