2020-04-13 22:14:30 -07:00
2020-01-16 10:17:20 -08:00
2020-05-01 09:21:30 -07:00
2020-04-17 10:32:47 -07:00
2020-05-01 09:21:30 -07:00
2020-05-01 09:21:30 -07:00

React App:

Yarn Dependency Management: To force upgrades for some packages: yarn upgrade-interactive --latest

GraphQL API: Hasura is hosted on another dyno. Several environmental variables are required, including disabling the console. ALL CHANGES MUST BE MADE USING LOCAL CONSOLE TO ENSURE DATABASE MIGRATION FILES ARE CREATED.

To Start Hasura CLI: npx hasura console --admin-secret Dev-BodyShopAppBySnaptSoftware!

Migrating to Staging: npx hasura migrate apply --up 10 --endpoint https://bodyshop-staging-db.herokuapp.com/ --admin-secret Staging-BodyShopAppBySnaptSoftware!

NGROK TEsting:

./ngrok.exe http https://localhost:5000 -host-header="localhost:5000"

Description
No description provided
Readme 41 MiB