The following commands must be executed first to install dependencies
npm i
cd gdg-sample-api
npm i
The following command can be executed to up a local environment:
docker-compose up -d
The following command can be executed to reach Hasura Console with migrations
cd gdg-sample-hasura
npx hasura console --admin-secret secret
The following url can be used to reach PG Admin to reach Postgres Databases
Email: [email protected] Password: admin