- Clone the repo and make it yours:
git clone https://github.com/shekhar-raval/nest-graphql graphql-api
cd graphql-api
rm -rf .git
- Install dependencies:
npm install
- Set environment variables:
cp .env.example .env
npm run dev
npm run start:prod
# lint code with ESLint
npm run lint
https://localhost:8000/graphql