Skip to content

A Todo challenge with React and Django - Rest framework Python

Notifications You must be signed in to change notification settings

lightme-fan/simple-todo-django-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App and Django - Python

This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

Start backend

  • pip3 install -r requirements.txt

Then open a new Tab on your terminal

  • cd backeend/
  • pipenv shell
  • cd backend/
  • python3 manage.py runserver

Open http://localhost:8000/api/todos to view the API in your browser Note: Please, don't close your tab.

django

Start frontend

Open a new tab on the terminal and do the following

  • yarn install
  • yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

todo

The page will reload when you make changes.
You may also see any lint errors in the console.

About

A Todo challenge with React and Django - Rest framework Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published