GE-Manager is a program that I wrote for my work to help with effeciency.
Your going to need these dependencies
First Get Reverb and Square Access Tokens
Then, create a .env
file With the Ffollowing content
SQUARE_ACCESS_TOKEN=<Square Token>
REVERB_ACCESS_TOKEN=<Reverb Token>
Then, clone the repo
git clone https://github.com/DevGamer9991/GE-Database.git
Then, install deps
npm install
Then, your going to need to edit the database-front-end/src/context/SocketContext.js
file with the ip or hostname of your server.
Then, build the frontend
npm run build
Finally, Run the server
npm run start
React Table Link:
https://codesandbox.io/s/react-form-with-react-table-qjwmf?from-embed=&file=/src/index.js:0-6876
Data Grid Docs:
https://mui.com/x/react-data-grid/row-updates/
https://squareup.com/dashboard/items/library
https://squareupsandbox.com/dashboard/
https://developer.squareup.com/docs/sdks/nodejs
https://developer.squareup.com/
curl -k -XGET -H "Content-Type: application/hal+json" -H "Accept: application/hal+json" -H "Accept-Version: 3.0" -H "Authorization: Bearer [personal_token]" "https://api.reverb.com/api/my/listings?sku=[sku]&state=all"