RecordShop is a web application made for managing inventory of a record store.
Visit record-shop.netlify.app to see the deployed version
yarn
In the root folder create .env
file which should contain:
VITE_NODE_ENV=<prod | dev> # Use dev if you're rinning server locally
VITE_PROD_SERVER=https://recordshop-bgn8.onrender.com/graphql
VITE_DEV_SERVER=http://localhost:<PORT>/graphql
yarn dev
For testing purposes you may login with following credentials:
Email: test@example.com
Password: simplepass