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

No packages published