Skip to content

aemann2/django-todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django / React todo

Demo for a decoupled, full stack React/Django Todo application. Code taken from here. This version has adapted that code to use funciton-based React components.

Install:

  • Set up a venv folder in the project's root directory: python -m venv venv
  • Activate the virtual environment: source venv/bin/activate
  • Install the Python dependencies: pip install -r reqs.txt
  • Install React dependencies (from frontend directory): yarn install

Running backend:

  • From the root directory: cd backend
  • Run the backend: python manage.py runserver

Running frontend:

  • From the root directory: cd frontend
  • yarn start

About

A django/react project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published