How to create a new project or an app in Nestjs?
Originally Published Here ๐!
To create a new project in Nestjs, you can use the Nestjs CLI command called nest followed by the keyword new then the name of the project you need to use.
For example, let's say we need to make a project called todo in ...
melvingeorge-me.hashnode.dev1 min read