# React samples

| Name | Description |
|------|-------------|
| [React / Spring / MySQL](https://github.com/docker/awesome-compose/tree/master/react-java-mysql) | A sample React application with a Spring backend and a MySQL database. |
| [React / Express / MySQL](https://github.com/docker/awesome-compose/tree/master/react-express-mysql) | A sample React application with a Node.js backend and a MySQL database. |
| [React / Express / MongoDB](https://github.com/docker/awesome-compose/tree/master/react-express-mongodb) | A sample React application with a Node.js backend and a Mongo database. |
| [React / Rust / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/react-rust-postgres) | A sample React application with a Rust backend and a Postgres database. |
| [React / NGINX](https://github.com/docker/awesome-compose/tree/master/react-nginx) | A sample React application with Nginx. |
| [atsea-sample-shop-app](https://github.com/dockersamples/atsea-sample-shop-app) | A sample app that uses a Java Spring Boot backend connected to a database to display a fictitious art shop with a React front-end. |
| [slack-clone-docker](https://github.com/dockersamples/slack-clone-docker) | A sample Slack Clone app built with the MERN stack. |
