From 705910aab42a893b4f857b91593a1b1464ce7bd3 Mon Sep 17 00:00:00 2001 From: Ali Kadir Bagcioglu Date: Tue, 30 Mar 2021 17:33:07 +0300 Subject: [PATCH] Added react-express-mongodb project link in README 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