All Projects → justdjango → Teach Me Django

justdjango / Teach Me Django

A school system with online assignments. Built with React and the Django Rest Framework

Programming Languages

javascript
184084 projects - #8 most used programming language

JustDjango

The Definitive Django Learning Platform.

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 1

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


Other places you can find us:

YouTube Twitter

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].