Skip to content

riez/data-dictionary-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hasura Data Dictionary

Install Instruction

Docker Container

  • Run docker-compose up -d

We'll see 4 containers up. Contains old and new version of Hasura Graphql.

  • The new Hasura Graphql is running and exposed on port 8080
  • The old Hasura Graphql is running and exposed on port 8081

React App

  • Run pnpm/yarn/npm install
  • Run pnpm/yarn/npm run dev
  • Run pnpm/yarn/npm run generate-gql-client

If you want to run this on the custom host try using this command: pnpm/yarn/npm run dev -- -H 0.0.0.0

Note

By default React Client running on the same port which is 3000. So you might need specify port on one of react app that you want run (if you run both React client).

pnpm/yarn/npm run dev -- -H 0.0.0.0 --port 3001

About

Adjusted Data Dictionary for Hasura Graphql V2.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published