Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 437 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 437 Bytes

nodejsmysqldockercompose

A sample example of nodejs(dockerized container) and mysql(dockerized container).

Checkout the medium article here

Run

docker-compose up

This will start 2 dockerized container mysql and nodejs.

nodejs container will connect to mysql running inside the container.

The app will be running on http://localhost:5000