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-backend
Then, after entering its directory, we can run it.
yarn start
Commit - Project created
Last updated