fashionAvenue
e-commerce app with fashion products.
products data/images from kaggle(https://www.kaggle.com/datasets/paramaggarwal/fashion-product-images-dataset) and preprocess the data with python
Full-stack Development
- Frontend: React, Material UI
- Backend: Nest.js, Prisma, PostgreSQL, JWT Authentication
TODO
- search bar: able to search products by the product name, occasion or category
- sort products by the product name or price
- cleaner css with theme
Features
- Fully responsive SPA
- Preprocess products data and store it in the postgreSQL database
- JWT Authentication for secured application. Only authorized user can add a item to the cart
- Create access/refresh token and use auth guards to extract and validate the token.