Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 9 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-31T07:23:18.000Z (3 months ago)
- Last Synced: 2024-10-18T07:07:27.360Z (about 1 month 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.