REST Api With MongoDB and Nest.js
Nest.js is a new backend framework built using typescript. It aims to become the Angular Framework for serverside application. This post will walk you through building a very basic REST api using nest.js and mongodb as the persistent data layer.
Read