Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 658 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 658 Bytes

Mozilla React tutorial with axios api

image of grape hyacinth Image by Heike Tönnemann

Introduction

A small buildout of the Mozilla react tutorial but with initial hooks into a Flask API backended by Postgres.

Running

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.

💜