/teach-me-django

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

Primary LanguageJavaScript

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