This repository contains the codebase for the Myntra Hackerramp project, which includes three main features: a chat application, a top 10 outfits module, and a recommendation system.
A feature showcasing the top 10 outfits, developed using PostgreSQL, Python, and Flutter.
A chat feature built using the MERN stack (MongoDB, Express, React, Node.js).
A system that provides personalized recommendations based on user data, implemented using Python, Flask, and various datasets.
- JavaScript (MERN)
- Python (Flask, Data Processing)
- Flutter (Mobile UI)
- PostgreSQL,MongoDB (Database)
- HTML/CSS
- Clone the repository:
git clone https://github.com/kesharwaniyanshi/TBD_Myntra_Hackerramp.git
- Navigate to the chat app backend directory:
cd Communication/backend
- Install dependencies:
npm install
- Start the server:
npm start
- Navigate to the chat app frontend directory:
cd Communication/frontend
- Install dependencies:
npm install
- Start the application:
npm start
- Navigate to the top 10 outfits directory:
cd top-10-outfits
- Install dependencies and run the application:
flutter pub get
- Update API URL in Flutter Code:
String apiUrl = 'http://your_backend_server_address:port/top_posts';
- Run the application
flutter run
- Navigate to the recommendation system directory:
cd recommendation-system
- Install dependencies and run the server:
pip install -r requirements.txt python app.py