Added react-express-mongodb project link in README

Signed-off-by: Ali Kadir Bagcioglu <alikadirbagcioglu@gmail.com>
This commit is contained in:
Ali Kadir Bagcioglu 2021-03-30 17:33:07 +03:00
parent a42a8531ab
commit 705910aab4

View File

@ -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