NestJS - A Complete Guide
This is a collection of steps/guides that showcase the NestJS capabilities and how we can create production-grade features on top of it.
Most sections are based on the official NestJS documentation, but as NestJS tries to be less opinionated than other frameworks (e.g. Loopback3, Django, Rails) and offers multiple ways to achieve the same result, we’ll follow the best (IMO) ways to create a modular code-base that focuses on rapid-development, feature testability and minimizing code-duplication.
Here is the complete list of the provided sections:
DISCLAIMER: this list will be updated as time passes with more entries, so you can expect changes to this page. This is not the complete guide at this moment, I’ll try to publish as many stories as I can in the future to help as much as possible.
Basics
Monitoring
Redis
Elastic Search
In addition to the sections above, here is an Example Repository where you can find the full feature set and applications that use and showcase the various created modules.