1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-25 10:18:07 +02:00

Update README.md

Signed-off-by: Utkarsh Mathur <78642104+MathurUtkarsh@users.noreply.github.com>
Signed-off-by: Utkarsh Mathur <utkarshmathur05@gmail.com>
This commit is contained in:
Utkarsh Mathur 2023-02-03 02:31:53 +05:30 committed by Utkarsh Mathur
parent 86a1fbf9f3
commit 007c776a86

View file

@ -1,4 +1,4 @@
#NodeJS with Postgres Connection
##NodeJS with Postgres Connection
This is a sample project that demonstrates how to connect a NodeJS app using Express to a Postgres database using Docker Compose. The project includes the following components:
@ -23,4 +23,4 @@ Expected Results
When you access the NodeJS app at http://localhost:3000, you should see the message "Hello World!" displayed in the browser.
##Conclusion
This project provides a simple example of how to connect a NodeJS app to a Postgres database using Docker Compose. The project structure follows a standard naming convention and separates the code for the two services into separate directories. By using Docker Compose, it's easy to set up a development environment that can be used to test and debug your NodeJS and Postgres applications.
This project provides a simple example of how to connect a NodeJS app to a Postgres database using Docker Compose. The project structure follows a standard naming convention and separates the code for the two services into separate directories. By using Docker Compose, it's easy to set up a development environment that can be used to test and debug your NodeJS and Postgres applications.