Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

38 lines (23 loc) · 1.06 KB

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.