Nest Js is a "skeleton" MVC framework with the application being divided into modules. This project contains 3 modules namely, auth, user, and rank, for authentication, user model related, and rank model related APIs respectively. Validation of incoming data is enabled globally.
Each module has a model service, and a controller that handles routes with some having model definitions as well.
This project has a very basic architecure of the following: