Created by: Chloe Peng and Evan Chernicky
A web application that helps users find their matches
- 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
https://xd.adobe.com/view/0d4dbe1f-e786-4322-903e-3de170d041a3-581e/
- To run front-end:
npm install --prefix client
npm start --prefix client
- To run back-end:
rackup config.ru