export REACT_APP_API_SERVICE_URL=http://localhost:5004
docker-compose build
docker-compose up -d
docker-compose exec api python manage.py recreate_db
docker-compose exec api python manage.py seed_db
Application is based on: https://testdriven.io/courses/auth-flask-react/