Skip to content

jmcooper/ngf-server

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors