Skip to content

julia-suarez-deel/hasura_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hasura GraphQL Engine Practical Guide

This repository is a playground to build a GraphQL API over an existing postgres database using docker and nodeJS meant to teach you how to build and extend your API.

Install

  1. Clone the repository
  2. Run npm install
  3. Run npm run database:clone
  4. Run docker-compose up -d
  5. Run npx hasura console --project=hasura-final

Then you will have a GrahQL API ready for manual testing.

If you are interested in learning about different hasura features using this database, checkout this tutorial to understand an overview about how to build a GraphQL API using hasura.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published