# 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 1. search bar: able to search products by the product name, occasion or category 2. sort products by the product name or price 3. cleaner css with theme ### Features 1. Fully responsive SPA 2. Preprocess products data and store it in the postgreSQL database 3. JWT Authentication for secured application. Only authorized user can add a item to the cart 4. Create access/refresh token and use auth guards to extract and validate the token.