This project contains a custom api server for an Angular Fundamentals course on Pluralsight.
https://app.pluralsight.com/library/courses/angular-fundamentals/table-of-contents
Referenced in section "Communicating with the Server Using HTTP, Observables, and Rx"
> npm i nfg-server --save-dev
Running within the package:
> node ./server.js
Running after installing the package as a project dependency:
> node node_modules/ngf-server/server.js
The only valid user login is username: johnpapa
, with any password.