Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 518 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 518 Bytes

typescript-auth-jwt

JWT Authentication in a full-stack application using Next.js, GraphQL, Node.js, Mongodb writing in Typescript.

Getting Started

Requirement

  • Node V10.15+

Install

  • Clone or download this repo and then run "npm install" to install all dependencies
  • Set up mongodb database, mongodb atlas is recommended.
  • Create .env file in the root of the project. Set up these environment variables DB_USER, DB_PASSWORD, DB_ENDPOINT, DB_NAME, PORT