SPA application (frontend: React.js, Redux, Vite; backend: Node.js, Express, MongoDB) that fetches data from a Shopify store via GraphQL API.
- adaptive interface
- fetched data is saved in MongoDB
- images are rendered with canvas
Run
git clone /~https://github.com/mariaklyass/shopify-store.git
cd shopify-store
npm install
Create a new file named .env and paste the values in (if available).
In each directory ("client" and "server") run command:
npm run dev
The frontend is available at http://localhost:5173/
The backend is available at http://localhost:3000/getProducts