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!
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
.