Skip to content

colinloretz/django-todo-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django + React Todo List app

https://www.digitalocean.com/community/tutorials/build-a-to-do-application-using-django-and-react

Make sure you have pipenv installed

pip install pipenv

Download this repo and cd into the project

git clone [email protected]:colinloretz/django-todo-react.git

Move into the directory

cd django-todo-react

Install dependencies

pipenv install

Before running your application, you need to activate the project's virtual environment created by pipenv. Do this with:

pipenv shell

Start the backend

In one terminal:

cd backend

Start the frontend

In another terminal:

cd frontend

Install the dependencies

npm install

Start the frontend, which will also launch the app in your browser:

npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published