Frontend repository with a much more indepth readme about the project @https://github.com/osamahan999/shopify-image-host-frontend
To run this, you must either: Hosted version is offline b/c I'm out of google cloud credits lol
set up on your own machine by following these steps:
- Clone the repo from my github
- npm install
- Set up a google cloud bucket for your images
- Insert the key.json file into shopify-image-host-backend/config as key.json
- Set up a heroku MySQL database
- Initialize the .env file with your database information and port.
- Import my database schemas and procedures from the databaseSchema folder
- Set up the frontend and point the http requests towards your local host (currently pointing at production endpoints)