Teach Me Django
This project contains a Django Rest API with a React frontend. Users are able to signup and login to their account. Teeachers are able to create quizes. Students are able to answer those quizes 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
For deploying
npm run build
Tutorial series for this project
Tutorial 2 Starting code for tutorial 2
Tutorial 3 Starting code for tutorial 3
Tutorial 4 Starting code for tutorial 4
Tutorial 5 Starting code for tutorial 5