Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 265 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 265 Bytes

Example App that uses React and Redux Saga with a Django Rest Framework backend and Postgres

Start Backend Server:

cd backend
docker-compose up --build

Start Frontend Server:

cd frontend
docker-compose up --build

go to http://localhost:3000