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.

Summary:

The "Getting MEAN Second Edition" application code provides a structured approach to learning how to develop web applications using the MEAN stack. With named branches representing various stages of development, readers can follow a step-by-step guide in building the 'Loc8r' application. The inclusion of Docker support and updated technologies like Node 11 and Angular 7 enhances the learning experience and keeps developers up-to-date with modern web development practices.

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.