Skip to content

BigWhaleLabs/gql-backend-starter

 
 

Repository files navigation

Backend starter code

This repository is to be used as a starter for GraphQL/Yoga based Node.js applications written in TypeScript and using Prisma + PostgreSQL. It includes a range of nice packages and configurations. It also has a stub for user login via Privy and LiveGQL directives. Enjoy!

Environment variables

Name Description
POSTGRES URL of the psql database
JWT_SECRET secret for JWT
PRIVY_APP_ID, PRIVY_APP_SECRET Privy login credentials
PORT Port to run server on (defaults to 1337)

Also, please, consider looking at .env.sample.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.5%
  • JavaScript 20.5%