Awesome
<p align="center"> <p align="center"> <a href="https://justdjango.com/?utm_source=github&utm_medium=logo" target="_blank"> <img src="https://assets.justdjango.com/static/branding/logo.svg" alt="JustDjango" height="72"> </a> </p> <p align="center"> The Definitive Django Learning Platform. </p> </p>Teach Me Django
<p align="center"> <a href="https://youtu.be/X367yDYmogo"><img src="https://github.com/justdjango/teach-me-django/blob/master/thumbnail.png" width="290"></a> </p>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
<div align="center">
<i>Other places you can find us:</i><br>
<a href="https://www.youtube.com/channel/UCRM1gWNTDx0SHIqUJygD-kQ" target="_blank"><img src="https://img.shields.io/badge/YouTube-%23E4405F.svg?&style=flat-square&logo=youtube&logoColor=white" alt="YouTube"></a> <a href="https://www.twitter.com/justdjangocode" target="_blank"><img src="https://img.shields.io/badge/Twitter-%231877F2.svg?&style=flat-square&logo=twitter&logoColor=white" alt="Twitter"></a>
</div>