This repo is project providing boilerplate code to build Web-App using FastAPI in the backend and React in the frontend It is using Docker and docker-compose to run the App
As requirement you need to have docker and docker compose installed in your machine (local laptop or server)
For developement env run :
docker-compose -f docker-compose-dev.yaml up
For production Env (under consturction):
docker-compose up
For production env theire will be kubernetes version (under construction)... to be able to run the app on a K8s Cluster :)