- Clone
- Copy the .env file from Google Drive to the root folder of the project.
cd
to the directory in terminalnpm install
npm 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, addsudo
before command.- After doing this step, try running
nest
command in the terminal. It will provide you further instructions on how to generate new schematics using it.
- After doing this step, try running