This application allows you to display products from your Shopify store using the Shopify API. Supports:
- adaptive display of products on different screens
- displaying images via canvas
- saving data in the local database and global store
- Clone the repository
- Run
npm installto install dependencies - Go to client folder (
cd client), repeatnpm install
- Run
npm startin the root folder to start the application - Open your browser and navigate to
http://localhost:5173 - Please know, that server is launching on 3001 port
- GraphQL + Shopify api for client an server requests
- ExpressJS
- Socket.IO for client notification
- Redux for store management
- SQLite as database
- Canvas
- Vite as bundler