Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.