# Node.js samples

| Name | Description |
|------|-------------|
| [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. |
| [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. |
| [example-voting-app](https://github.com/dockersamples/example-voting-app) | A sample Docker Compose app. |
| [slack-clone-docker](https://github.com/dockersamples/slack-clone-docker) | A sample Slack Clone app built with the MERN stack. |
