|
1 | | -### Docker Compose for a FullStack Application |
| 1 | +### Docker Compose for a Full-Stack Application with React, Node.js, and PostgreSQL |
2 | 2 |
|
3 | 3 | This repository demonstrates how to set up a React JS, Node JS server with a PostgreSQL database server inside docker containers and connect them all together
|
4 | 4 |
|
@@ -152,4 +152,4 @@ client:
|
152 | 152 | **Explanation**
|
153 | 153 | Note: *The commands for `client` are very similar to the already explained above for `server` and `postgres`*
|
154 | 154 |
|
155 | | -That's a wrap for a basic tutorial on how to get Docker and Docker Compose set up for a Full Stack Application. |
| 155 | +This tutorial provides a basic understanding of using Docker Compose to manage a full-stack application. Explore the code and docker-compose.yml file for further details. |
0 commit comments