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

Emmanuel-Aggrey/teach-me-django

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django React Boilerplate

This repository contains a boilerplate project setup for Django and React. The project contains backend user authentication with the Django Rest Framework and rest-auth. The frontend has react redux setup for user authentication in the frontend.

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.5%
  • Python 25.6%
  • HTML 0.9%