There are two servers in this repo, Node & Angular.
Checkout this repo, install dependencies, then start the process with the following:
> git clone https://github.com/thiswallz/angular4-crud-node-mongoose-bootstrap4.git
> cd angular4-crud-node-mongoose-bootstrap4
> npm install
> node server.js
> ng serve --open
Node port: 3000 WebApp port: 4200
WebApp running