Skip to content

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

Notifications You must be signed in to change notification settings

justdjango/teach-me-django

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages