jwpf100 / node-blog

Blogging App - CRUD backend for Admin to add, amend and delete articles. API to pass data on to Frontend. Express used for routing. MongoDB for storage. Hosted on AWS using NginX reverse proxy.
0 stars 0 forks source link

Task: Docker #10

Open Moppler opened 3 years ago

Moppler commented 3 years ago

Suggested feature

Make use of Docker (at least in your development environment). It provides a great platform for development and is really easy to stop and start. You also don't have to worry about cross contamination with other projects that you may have set-up locally.

(Quick Google found a tutorial that hits the main points: https://itnext.io/dockerize-a-node-js-app-connected-to-mongodb-64fdeca94797)