Iconique is a vibrant, pop-culture-inspired streetwear marketplace designed for trendsetting young designers and fashion-forward buyers. Inspired by iconic styles from artists like Billie Eilish, Travis Scott, and shows like Stranger Things and Euphoria, the app bridges underground fashion creators with fans who want unique, expressive streetwear. Sellers can list exclusive pieces with high-quality visuals and stories behind their designs, while buyers explore items through themes like music and TV, filtering by style, size, and designer. With features like live auctions, eco-friendly badges, and easy login/signup, Iconique brings authentic street style to a global audience, making it easy to channel the energy of pop culture into personal fashion.
Node.js: Make sure you have Node.js installed. MongoDB: Install and run MongoDB locally or use a cloud provider.
- Clone repository to your PC ( git clone "url from clone option" or from code button.)
- Install backend dependencies:
- cd Backend
- npm install
- Start backend server using npm start
- Run frontend:
- cd ..
- npm install
- npm run dev