Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 806 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 806 Bytes

vscode-docker-node-sample

Sample app using ES6 Node.js and TypeScript with Docker containers and Debug support using VSCode.

Inspired by many and a work in progress.

Currently there is a dependency on an external mongodb docker image. You can change your mongodb target in /src/app/dataAccess/DataAccess.ts

I wanted to see how well my node-express image plays with other @docker containers. I promise I will try and make it a little more intuituve in time.

##React

Next step for the blog part of this app is to follow the below tutorial: React Blog Tutorial

@peterlyons Blog

ToDo