Giter Club home page Giter Club logo

ngf-server's Introduction

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.

ngf-server's People

Contributors

jblayneyxpanxion avatar jim-cooper avatar jmcooper avatar joeeames avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ngf-server's Issues

[HPM] Error occurred while trying to proxy request /api/events from localhost:4200 to http://localhost:8080 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

proxy.conf.json

{
  "/api": {
    "target": "http://localhost:8080",
    "secure": false,
    "changeOrigin": true,
    "headers": { "Connection": "keep-alive" }
  }
}

package.json

...
"scripts": {
    "ng": "ng",
    "start": "ng serve --proxy-config proxy.conf.json",
    "build": "ng build",
    "test": "ng test",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "server": "node node_modules/ngf-server/server.js"
  },
...
"devDependencies": {
...
     "ngf-server": "^1.0.3",
}

run to npm start

[email protected] start
ng serve --proxy-config proxy.conf.json

โœ” Browser application bundle generation complete.
โœ” Compiled successfully.

But, request de api/events, show message error-> [HPM] Error occurred while trying to proxy request /api/events from localhost:4200 to http://localhost:8080 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)

How do I solve this error?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.