Tristan Bonal Setup Nest JS installation npm i -g @nestjs/cli Project installation (Supprimer le package-lock.json) yarn or npm install Running yarn start or npm run start Once the application is running you can visit http://localhost:3000/api to see the Swagger interface. See here for more information.