An open API service indexing awesome lists of open source software.

https://github.com/zepdev/flask-react-db-example

Example web application for TDA training purposes
https://github.com/zepdev/flask-react-db-example

Last synced: 11 months ago
JSON representation

Example web application for TDA training purposes

Awesome Lists containing this project

README

          

# 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/