Apollo TypeGraphql Boilerplate

Installation

Install my-project with npm

  npm install
  npm run push
  npm run dev

Tech Stack

Server: Node, Express, Redis, PrismaORM, TypeScript, Apollo, Graphql, TypeGraphql

ENV

Variable Value
DATABASE_URL postgresql://root:123@192.168.1.1:5432/boilerplate?connection_limit=1&pool_timeout=6
JWT_USER_SECRET JWTSECRET123!!
PORT 4000
REDIS_URL redis://localhost:6379