Nest JS - How to Make MEAN Play Nice

January 21, 2020   

NestJS is a progressive NodeJS framework that makes it dirt simple to build clean server-side applications. It takes the simple API-building concepts from ExpressJS and adds a structure around it which includes:

  • Annotation-based resource definitions
  • Dependency Injection
  • Module resolution
  • Helpful CLI
  • And Much More!

In this talk I will demonstrate a live code walkthrough of building a full MEAN application (Mongo-Express-Node-Angular) from scratch using NestJS.



comments powered by Disqus