/graphql-jwt-auth

Apollo Server starter with JWTs using Prisma and PostgreSQL

Primary LanguageTypeScript

JWT Auth Starter

Apollo Server starter with JWTs using Prisma.

Development

  • Install Dependencies

    yarn
  • Migrate Prisma Schema to the Database

    • Rename .env.example to .env and provide DATABASE_URL environmental variable.
    • Check Connection Urls for different databases.
    yarn migrate
  • Start Development Server

    yarn dev