In /server
directory
run -> npm install
run -> nodemon server.js
Configure Environment Variables (Structure Of .env File):
PORT = 5000
MONGO_URI = < MONGODB URI >
SMS_KEY = < 2-Factor.in SMS API KEY >
SECRET_KEY = JWT_SECRET_KEY_
CLIENT_URL = http://localhost:3000 //React URL
OPENAI_API_KEY = < OPEN API KEY >
In /client
Directory
- run -> npm install
(In case Of Peer Dependency Issues In Material UI )
- run -> npm i --legacy-peer-deps
- run -> npm start
Configure Environment Variables (Structure Of .env File):
CLIENT_URL = http://localhost:3000 //React URL
We've developed a user-centric web application that takes fashion discovery to the next level. By leveraging an individual's past purchasing history, our platform offers personalized recommendations that align with their unique preferences. Enhancing this experience further, our assistive-chatbot, powered by OpenAI APIs, provides real-time assistance, guiding users through the latest trends and answering any questions they have. Seamlessly integrating advanced technology and user-centered design, our platform transforms shopping into a personalized, interactive journey, setting a new benchmark for fashion exploration.
- Harshit Sharma
- Prateek Rustagi
- Aarushi Abrol