Przeglądaj źródła

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

Signed-off-by: Ali Kadir Bagcioglu <alikadirbagcioglu@gmail.com>
Ali Kadir Bagcioglu 4 lat temu
rodzic
commit
1cc82a85ba
1 zmienionych plików z 2 dodań i 0 usunięć
  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