From 1cc82a85ba2c6f1084a76493ef60a22e9feac4b0 Mon Sep 17 00:00:00 2001 From: Ali Kadir Bagcioglu Date: Mon, 12 Apr 2021 19:56:18 +0300 Subject: [PATCH] Added react-express-mongodb project link in README (#122) Signed-off-by: Ali Kadir Bagcioglu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8c2cc0f..678b6af 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ application with an Nginx proxy and a MySQL database. application with a Spring backend and a MySQL database. - [`React / Express / MySQL`](https://github.com/docker/awesome-compose/tree/master/react-express-mysql) - 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) - 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) - Sample React application with a Rust backend and a Postgres database. - [`Spring / PostgreSQL`](https://github.com/docker/awesome-compose/tree/master/spring-postgres) - Sample Java application