justdjango / teach-me-django

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 73.5%Language:Python 25.6%Language:HTML 0.9%