Rootikala is an e-commerce clothing shop.
https://drive.google.com/file/d/1UuF3mmKGtXuF294LT-yP-YdopMnK3Ysw/view?usp=drive_link
- Register, login, and logout using JWT
- Authentication and Authorization
- Single Page Application
- Inputs Validators
- Pagination
- Add, remove, and edit products in your cart.
- Select Shipping addresses and Shipping methods.
- different variants ( color, size, etc) for each product
- Swiper.js
Use the npm to install the Rootikala Backend :
cd my-medusa-store
npm i
medusa developrun Frontend :
cd frontend
npm i
npm startNOTE: Special Thanks to Medusajs for their great e-commerce platform which provided an easy-to-understand backend for my project.