1.0.3 • Published 3 years ago

ngf-server v1.0.3

Weekly downloads
32
License
ISC
Repository
github
Last release
3 years ago

ngf-server

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"

Installing

> npm i nfg-server --save-dev

Running the server

Running within the package:

> node ./server.js

Running after installing the package as a project dependency:

> node node_modules/ngf-server/server.js

Login

The only valid user login is username: johnpapa, with any password.