A Crash Course in NestJS

added by JavaScript Kicks
8/12/2019 7:19:34 AM

596 Views

As stated earlier in this post, we will create a simple CRUD application using NestJS and MongoDB as our database. This will help you to really get a good grasp of the core concepts of Nest. First, let's create the project using the command we talked about above.


0 comments