Image by Heike Tönnemann
A small buildout of the Mozilla react tutorial but with initial hooks into a Flask API backended by Postgres.
docker-compose up
will start the three services: api
, web
, and db
at which point you should be able to connect to http://localhost:8080 and persist tasks to the db via the api.
💜