GettingMean 2

screenshot of GettingMean 2
express

Official Repository for the Manning Book Getting MEAN with MongoDB, Express, Angular and Node, 2nd Edition.

Overview:

The "Getting MEAN Second Edition" application code is designed for building a web application called 'Loc8r' using the MEAN stack with Node 11 and Angular 7. The code is structured in named branches representing various stages of development covered in the book. Readers learn to develop web applications end-to-end through the comprehensive tutorial provided in the book.

Features:

  • End-to-End Development: Teaches how to develop web applications from start to finish.
  • MEAN Stack: Utilizes the MEAN stack (MongoDB, Express, Angular, Node.js) for building applications.
  • Named Branches: Organized code branches for different stages of development covered in the book.
  • Docker Support: Provides option to run the code via Docker containers.
  • Educational Material: Published by Manning and part of the MEAP program for interactive learning.
  • Updated Technologies: Covers Node 11 and Angular 7 for up-to-date web development techniques.
express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

Pug

Pug is a high-performance template engine for Node.js and browsers that enables developers to write HTML templates using a concise and intuitive syntax. It supports a range of features, including template inheritance, conditionals, loops, mixins, and more, and can be easily integrated into a variety of web frameworks and build tools.