Project creation
In this section, we will create the base structure for the project using Nest.
First of all, let's create the project. Nest will scaffold it for us.
nest n conrod-backendThen, after entering its directory, we can run it.
yarn startCommit - Project created
Last updated