Skip to content

jaro-rokan/Mathteacher

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published