Patrick Fic 6469cb7e87 Merge branches 'development' and 'development' of bitbucket.org:snaptsoft/bodyshop into development
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
2021-05-05 09:13:12 -07:00
2021-04-20 09:01:39 -07:00
2021-05-05 08:31:00 -07:00
2021-04-13 13:25:05 -07:00
2021-02-25 19:39:00 -08:00
2021-02-25 20:50:16 -08:00
2021-04-25 11:43:07 -07:00
2021-02-25 21:18:57 -08:00
2021-04-25 11:43:07 -07:00

React App:

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

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

Migrating to Staging: npx hasura migrate apply --endpoint https://db.imex.online/ --admin-secret 'Production-ImEXOnline!@#'

NGROK TEsting:

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

Finding deadfiles - run from client directory npx deadfile ./src/index.js --exclude build templates

cd client && yarn build && cd build && scp -r ** imex@prod-tor1.imex.online:~/bodyshop/client/build && cd .. &&cd ..

gq https://bodyshop-dev-db.herokuapp.com/v1/graphql -H "X-Hasura-Admin-Secret: Dev-BodyShopAppBySnaptSoftware!" --introspect > schema.graphql

Description
No description provided
Readme 41 MiB