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.
- Clone the repository
- Run
npm install
- Run
npm run database:clone
- Run
docker-compose up -d
- 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.