https://github.com/mdahmed-abdus/docker-compose-ex
Quick dockerized Node.js, Express & PostgreSQL CRUD backend example.
https://github.com/mdahmed-abdus/docker-compose-ex
docker express nodejs postgresql
Last synced: 5 months ago
JSON representation
Quick dockerized Node.js, Express & PostgreSQL CRUD backend example.
- Host: GitHub
- URL: https://github.com/mdahmed-abdus/docker-compose-ex
- Owner: mdahmed-abdus
- License: mit
- Created: 2024-08-29T17:18:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-31T07:23:18.000Z (almost 2 years ago)
- Last Synced: 2025-10-05T21:02:03.406Z (9 months ago)
- Topics: docker, express, nodejs, postgresql
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-compose-ex
Quick dockerized Node.js, Express & PostgreSQL CRUD backend example.
## Commands
Run these commands in the root directory.
```sh
docker build -t node-app-docker-compose-ex:0.0.2.RELEASE .
```
```sh
docker-compose up
```
## Authors
- **Ahmed A.**
## License
This project is licensed under the MIT License.