bagpiper23 / ngf-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 100.0%