Official Repository for the Manning Book Getting MEAN with MongoDB, Express, Angular and Node, 2nd Edition.
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.
Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
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.