Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 674 Bytes

readme.md

File metadata and controls

36 lines (18 loc) · 674 Bytes

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:[email protected]:5432/boilerplate?connection_limit=1&pool_timeout=6
JWT_USER_SECRET JWTSECRET123!!
PORT 4000
REDIS_URL redis://localhost:6379
REDIS_PASSWORD redis123