# NGINX samples

| Name | Description |
|------|-------------|
| [Go / NGINX / MySQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-mysql) | A sample Go application with an Nginx proxy and a MySQL database. |
| [Go / NGINX / PostgreSQL](https://github.com/docker/awesome-compose/tree/master/nginx-golang-postgres) | A sample Go application with an Nginx proxy and a PostgreSQL database. |
| [NGINX / ASP.NET / MySQL](https://github.com/docker/awesome-compose/tree/master/nginx-aspnet-mysql) | A sample Nginx reverse proxy with a C# backend using ASP.NET. |
| [NGINX / Flask / MongoDB](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mongo) | A sample Python/Flask application with Nginx proxy and a Mongo database. |
| [NGINX / Flask / MySQL](https://github.com/docker/awesome-compose/tree/master/nginx-flask-mysql) | A sample Python/Flask application with an Nginx proxy and a MySQL database. |
| [NGINX / Node.js / Redis](https://github.com/docker/awesome-compose/tree/master/nginx-nodejs-redis) | A sample Node.js application with Nginx proxy and a Redis database. |
| [NGINX / Go](https://github.com/docker/awesome-compose/tree/master/nginx-golang) | A sample Nginx proxy with a Go backend. |
| [NGINX / WSGI / Flask](https://github.com/docker/awesome-compose/tree/master/nginx-wsgi-flask) | A sample Nginx reverse proxy with a Flask backend using WSGI. |
| [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. |
| [linux_tweet_app](https://github.com/dockersamples/linux_tweet_app) | A very simple webapp based on NGINX. |
