Skip to content

Conversation

DEVANSH-GAJJAR
Copy link

Overview

  • This PR adds a full-stack example to awesome-compose that demonstrates how to integrate:
  • React (frontend) – a modern, fast, component-based UI framework
  • Flask (backend) – lightweight Python web framework for APIs
  • MySQL (database) – reliable relational database for persistent storage
    -Nginx (reverse proxy) – production-grade web server to serve the React build and route API requests

Why this is useful

-Showcases a real-world full-stack architecture with Docker Compose.
-Helps developers understand how to containerize and orchestrate frontend + backend + database + reverse proxy together.
-Provides a ready-to-run setup for learners, prototypers, or anyone exploring multi-service applications.

Features

🔹 Frontend React app served via Nginx
🔹 Backend Flask app with REST APIs
🔹 MySQL database with initialization script for persistent storage
🔹 Fully Dockerized setup with docker-compose up

@DEVANSH-GAJJAR DEVANSH-GAJJAR force-pushed the add-react-flask-mysql-nginx branch from f260c01 to b365555 Compare August 19, 2025 16:23
@DEVANSH-GAJJAR
Copy link
Author

DEVANSH-GAJJAR commented Sep 9, 2025

Hi there,

I’ve made the contribution and all checks have passed successfully ✅.
Just wanted to kindly bring this to your attention whenever you get the chance to review.

Also if there something to change , please let me know

Thanks a lot for maintaining this awesome project!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant