Skip to content

Irwin-SOLIMAN/React-FastAPI-Docker-Nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Simple POC: React + FastAPI + Docker + Nginx

🛠️ Stack

  • React (via Vite) — frontend interface
  • FastAPI — backend API
  • Docker — containerization
  • Docker Compose — service orchestration
  • Nginx (optional) — reverse proxy (e.g. serving frontend + backend from the same domain)

🚀 Getting Started

Prerequisites

  • Docker
  • Docker Compose

🔧 Run the app

From the root directory:

docker compose up --build

Application will run on (default port 80)

http://localhost/

About

Irwin-SOLIMAN/React-FastAPI-Docker-Nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors