Просмотр исходного кода

Added react-express-mongodb project link in README (#122)

Signed-off-by: Ali Kadir Bagcioglu <alikadirbagcioglu@gmail.com>
Ali Kadir Bagcioglu 4 лет назад
Родитель
Сommit
1cc82a85ba
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      README.md

+ 2 - 0
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