MyApp

An example of running FastAPI-based backend providing data to a React frontend served by nginx.

To run the app, you need to have docker installed and in the main directory execute:

$ docker-compose up -d --build
Building frontend
...

Building backend
...

Starting frontend  ... done
Recreating backend ... done
$