- Clone
- Copy the .env file from Google Drive to the root folder of the project.
cdto the directory in terminalnpm installnpm run start:dev- Open localhost:3000/graphql in a web browser
npm i -g @nestjs/cli-- To use shortcuts for generating new files. If this command fails, try running as admin. On Windows, run CMD as admin. On Mac/Linux, addsudobefore command.- After doing this step, try running
nestcommand in the terminal. It will provide you further instructions on how to generate new schematics using it.
- After doing this step, try running