tamaroth / fastapi-react-nginx-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
$

About


Languages

Language:JavaScript 38.6%Language:HTML 32.3%Language:CSS 17.4%Language:Dockerfile 9.4%Language:Python 2.3%