Coder Social home page Coder Social logo

om-bhagwat / myntra-hackerramp Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 4.0 17.92 MB

This project is a part of Myntra-HackerRamp, which is a Hackathon hosted by Myntra which focuses on increasing user-engagement on the application.

HTML 2.72% CSS 23.32% JavaScript 73.97%
reactjs nodejs expressjs socket-io

myntra-hackerramp's Introduction

Myntra Hacker-Ramp Project

[TOC]

This project for built for Myntra Hacker-Ramp Hackathon with two tracks in mind; namely, Socialize and Gamify Track. We mainly aim to increase the customer involvement, satisfaction and convenience increasing features.

Project Sub-Components

  1. Swipe Feature

    (for like and dislike products selected daily randomly, and so that customer spend more time on myntra)

  2. Friends Feature

    (to have friends and send & accept friend requests)

  3. View Friend's Wishlist

  4. Search Friends

  5. Chat with friends

  6. View your own profile

  7. Top like products based on

  8. Authentication

    (login, register and logout system using JWT)

Tech Stack Used :-

M: MongoDB E: Express JS R: React JS N: Node JS

For setting up Development Based environment to run our project, follow the instructions given below.

## Get The Files

Download the code zip file from our GitHub repository or run the following command in the folder you want to save our files in, using any terminal or command prompt

git clone https://github.com/Om-Bhagwat/Myntra-HackerRamp

Starting the Servers

Starting Backend Server (NODEJS)

change the directory to ./backend and run the following command

npm i
nodemon server.js

if you don't have nodemon install it via npm i -g nodemon

Starting Frontend Server (React)

change the directory to ./client and run the following command

npm i
npm start

Starting WebSocket Server (Provides Chat Facilities)

change the directory to ./websocket and run the following command

npm i
node server.js

Setup dev.env file in Backend Directory

create a dev.env file in ./backend directory.

In dev.env file define the PORT value for backend to start, TOKEN_SECRET for storing jwt authentication, DB_URL to store your MongoDB database server address.

# as an example
PORT=3003
TOKEN_SECRET=thisisyou
DB_URL=<here goes your MongoDB server address, local or online> 

Screenshots

Login Screen

Login Screen

Password Screen

Password Screen

Friends Section

Friends Section

Home Screen 1

Homescreen1

Home Screen 2

HomeScreen2

Search

Search Screen

Profile

Profile Page

myntra-hackerramp's People

Contributors

ayushhdwi avatar om-bhagwat avatar parth6013 avatar harssh1029 avatar

Stargazers

Sarita avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.