Coder Social home page Coder Social logo

fabricioramosdev / getting-mean-2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from simonholmes/getting-mean-2

0.0 1.0 0.0 799 KB

Source code for the Loc8r application in Getting MEAN Second Edition

JavaScript 77.10% HTML 15.39% CSS 7.51%

getting-mean-2's Introduction

Getting MEAN Second Edition application code

This is the code for the sample 'Loc8r' application that is built through the course of my book Getting MEAN Second Edition.

Getting MEAN Second Edition is published by Manning, and teaches readers how to develop web applications end-to-end using the MEAN stack with Node 6 and Angular 2. It is currently in early access through the MEAP program, with new chapters being released regularly.

Note: if you have the First Edition of the book using Node 4 and Angular 1 you need the First Edition code instead.

The application at various stages

There will be named branches for the various states of the code throughout the book:

  • master Chapter 3 start: A blank Express 4.14.0 project
  • chapter-03 Chapter 3 end: Creating and setting up a MEAN project
  • chapter-04-views Chapter 4 mid-point: The data is hard coded into views
  • chapter-04 Chapter 4 end: Building a static site with Node.js and Express
  • chapter-05 Chapter 5: Building a data model with MongoDB and Mongoose
  • chapter-06 Chapter 6: Writing a REST API: Exposing your MongoDB database to the application
  • chapter-07 Chapter 7: Consuming a REST API: Using an API from inside Express
  • chapter-08 Chapter 8: Creating an Angular application with TypeScript
  • chapter-09 Chapter 9: Building a Single Page Application with Angular: Foundations
  • chapter-10 Chapter 10: Building a Single Page Application with Angular: The next level
  • chapter-11 Chapter 11: Authenticating users, managing sessions and securing APIs

Get the code

Pre-requisites:

  • Git installed
  • A command line interface capable of running Git commands
  • Node v6 installed (don't use 7 as it is unstable)

To get the code for a specific branch:

$ git clone -b branch-name https://github.com/simonholmes/getting-MEAN-2.git

Then change into the folder the git clone command will create:

$ cd getting-MEAN-2

And finally install the dependencies:

npm install

getting-mean-2's People

Contributors

simonholmes avatar

Watchers

 avatar

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.