Giter Club home page Giter Club logo

mean-sample's Introduction

Sample project for Write Modern Web Apps with the MEAN Stack by Jeff Dickey

Write Modern Web Apps with the MEAN Stack

Chapters

  • Chapter 1: How Modern Web Architecture Is Changing
  • Chapter 2: Why JavaScript Is a Good Choice for Modern Apps
  • Chapter 3: Introducing the Social Networking Project GitHub .zip
  • Chapter 4: Building a Node.js API GitHub .zip
  • Chapter 5: Integrating Node with Angular GitHub .zip
  • Chapter 6: Automating Your Build with Gulp GitHub .zip
  • Chapter 7: Building Authentication in Node.js GitHub .zip
  • Chapter 8: Adding Routing and Client Authentication GitHub .zip
  • Chapter 9: Pushing Notifications with WebSockets GitHub .zip
  • Chapter 10: Performing End-to-End Testing GitHub .zip
  • Chapter 11: Testing the Node Server GitHub .zip
  • Chapter 12: Testing Angular.js GitHub .zip
  • Chapter 13: Deploying to Heroku GitHub .zip
  • Chapter 14: Deploying to Digital Ocean

If you see anything that is confusing, seems like a step is skipped, or that is different from the book than here, please submit an issue. I want to make sure this code is as helpful as possible and should get back to you quickly.

Changes

Express res.send -> res.sendStatus

Express deprecated the syntax for simple HTTP responses. You used to be able to say res.send(401) and it would reply 'Unauthorized' along with the HTTP code, this is deprecated in favor of res.sendStatus(401) which does the same thing.

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.