Skip to content

e2escobar/hasura-auth-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example SignUp and Login using Hasura ations and express server.

Start Hasura and Postgres

$ docker-compose up -d

Apply Migrations

Go to hasura directory :

$ cd hasura
$ hasura migrate apply
$ hasura metadata apply

Run Express Function

Go to server directory :

$ cd server
$ npm install
$ npm start

Explore graphql, and try SignUp and Login, remeber to uncomment admin secret and jwt_secret form docker-compose.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published