Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 457 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 457 Bytes

Math Teacher

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.

Backend development workflow

virtualenv env
pip install -r requirements.txt
python manage.py runserver

Frontend development workflow

npm i
npm start