I am a developer from Chennai, India. I am currently working as Backend Developer. I have worked on .Net Core and currently working on NodeJs, NestJs, AWS.
Nothing here yet.
Introduction In this part, we will integrate Swagger UI which helps us to visualize our API resources and with visual documentation, it is easier for consuming and implementing APIs. Why Swagger? The swagger UI does the hard work of generating and m...

Part II In Part I, we created nestjs project and created a database and then integrated Mikro-Orm. In this part we are going to create entities and start writing APIs. We are first going to start with User module. We are going to structure our projec...
