shekhar-raval / nest-graphql

Graphql boilerplate structure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js - Graphql, MongoDB, Nestjs Boilerplate

Prerequisites

Getting Started

  1. Clone the repo and make it yours:
git clone https://github.com/shekhar-raval/nest-graphql graphql-api
cd graphql-api
rm -rf .git
  1. Install dependencies:
npm install
  1. Set environment variables:
cp .env.example .env

Running Locally

npm run dev

Running in Production

npm run start:prod

Lint

# lint code with ESLint
npm run lint

URL

https://localhost:8000/graphql

About

Graphql boilerplate structure


Languages

Language:TypeScript 96.1%Language:JavaScript 3.9%