This project contains a Django Rest API with a React frontend. Users are able to login to their account. Teachers are able to create practice and quiz and upload materials and marks. Students are able to answer those practice and quiz and view their results.
virtualenv env
pip install -r requirements.txt
python manage.py runserver
npm i
npm start