Skip to content

ChloeCCPeng/Cupid

Repository files navigation

Cupid - A web app that helps users find their matches

Created by: Chloe Peng and Evan Chernicky

Click for Project Demo

Cupid

Table of Contents

Introduction

A web application that helps users find their matches

Features

  • User Authentification
  • User Creation
  • Ability to see potential matches based on user preferences
  • Ability to like or dislike other users
  • Match with users who both liked each other

Wireframe:

https://xd.adobe.com/view/0d4dbe1f-e786-4322-903e-3de170d041a3-581e/ image image image image

Setup

  • To run front-end:
npm install --prefix client
npm start --prefix client
  • To run back-end:
rackup config.ru