chrisfield / nextjs-auth-graphql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nextjs-auth-graphql

Make sure to setup PostgreSQL for the GraphQL server

  1. Install PostgreSQL on your computer
  2. Create database called jwt_auth
  3. Add a user with the username jwt_auth_user. Set JWT_AUTH_DATABASE_PASSWORD in the .env file. (To can change the other values edit ormconfig.json
  4. Run yarn install and yarn startin server 4 Run yarn install and yarn devin web-nextjs
  5. visit http://localhost:3000

About


Languages

Language:TypeScript 96.3%Language:HTML 3.7%