Skip to content

Anuj-Rathore24/Task_Assigning_WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React Based Web-Application, Using Nodejs for Back-End Server.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published