Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example web app with three services Flask, React, and Postgres

export REACT_APP_API_SERVICE_URL=http://localhost:5004

Build the containers

docker-compose build

Get things up and running

docker-compose up -d

Create DB

docker-compose exec api python manage.py recreate_db

Seed DB

docker-compose exec api python manage.py seed_db

Application is based on: https://testdriven.io/courses/auth-flask-react/

About

Example web application for TDA training purposes

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages