Skip to content

kesharwaniyanshi/TBD_Myntra_Hackerramp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TBD_Myntra_Hackerramp

Overview

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.

Features

1. Top 10 Outfits

A feature showcasing the top 10 outfits, developed using PostgreSQL, Python, and Flutter.

2. Communication

A chat feature built using the MERN stack (MongoDB, Express, React, Node.js).

3. Recommendation System

A system that provides personalized recommendations based on user data, implemented using Python, Flask, and various datasets.

Technologies Used

  • JavaScript (MERN)
  • Python (Flask, Data Processing)
  • Flutter (Mobile UI)
  • PostgreSQL,MongoDB (Database)
  • HTML/CSS

Setup

  1. Clone the repository:
    git clone https://github.com/kesharwaniyanshi/TBD_Myntra_Hackerramp.git

Chat Application

Backend Setup

  1. Navigate to the chat app backend directory:
    cd Communication/backend
  2. Install dependencies:
    npm install
  3. Start the server:
    npm start

Frontend Setup

  1. Navigate to the chat app frontend directory:
    cd Communication/frontend
  2. Install dependencies:
    npm install
  3. Start the application:
    npm start

Top 10 Outfits

  1. Navigate to the top 10 outfits directory:
    cd top-10-outfits
  2. Install dependencies and run the application:
    flutter pub get
  3. Update API URL in Flutter Code:
    String apiUrl = 'http://your_backend_server_address:port/top_posts';
  4. Run the application
    flutter run

Recommendation System

  1. Navigate to the recommendation system directory:
    cd recommendation-system
  2. Install dependencies and run the server:
    pip install -r requirements.txt
    python app.py

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •