GithubHelp home page GithubHelp logo

doc22940 / react-find-matching Goto Github PK

View Code? Open in Web Editor NEW

This project forked from artking777/react-find-matching

1.0 0.0 0.0 15.94 MB

Dating web application built with react and node

JavaScript 92.28% CSS 7.19% HTML 0.54%

react-find-matching's Introduction

MatchMe

Be the best matchmaker ever

Usage

MatchMe is a gamified dating web application wherein users act as matchmakers instead of browsing for themselves. Fun for both those on and off the dating market. MatchMe lets users choose matches for other random compatible users by selecting which of the two candidates is the best match for that person. MatchMe also includes chatting and other features for an fun way to find your next friend or date.

Visit matchme1.herokuapp.com to check it out!

Requirements

  • Node 0.10.x
  • Express
  • Postgresql 9.1.x
  • React
  • Redux

Getting Started

To run locally, clone down the repo and follow these steps:

  1. run 'npm install'
  2. run 'npm run test' to run populate the database and run database tests.
  3. start the server with 'npm start'
  4. visit http://localhost:3000/.

Screenshot

Demo

Architecture

PostgreSQL Database Schema

PostgreSQL database

API

Public End Points
Request URL Response
Get Triad of Candidates for User /api/candidates/:user_id triadObj
Add Match Event /api/pairs connectedPairObj
Get Match Score /api/matchmakerScore/:user_id userScoreObj
Get Chat Data for User /api/chats/:user_id chatObj
Post New User /api/users userObj
Get User Info (login) /api/users/:facebook_id userObj
Update User Info /api/users/:userID userObj
Like/Unlike Match /api/chatsheart heartInfoObj
Connect with Points /api/purchases/candidate score (Int)
Delete Match /api/pairs/:pair_id/close pair_id (Int)
Update Profile Picture /api/users/:user_id/pictures userObj
Get User's Photo Album /api/users/:user_id/album albumObj
Update User's Photo Album /api/users/:user_id/album ablumObj
Get Recommendation /api/users/:user_id/recommendation recommendationObj

react-find-matching's People

Contributors

artking777 avatar

Stargazers

 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.