Skip to content

juandiegox21/jwt-auth-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

jwt-auth-graphql

NodeJS Express.js Apollo-GraphQL GraphQL TypeScript Postgres

JWT Authentication using GraphQL with Apollo on an Express server, and PostgreSQL for the Database.

example of a middleware on the bye query, and authenticating using JWT alt text

Installation 🚀

Install PostgreSQL on your system, create a database, and update your .env file

# go into the server folder
$ cd server
# install dependencies
$ npm install

# start express server
npm start

go to http://localhost:4000/graphql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published