friendFinder

Friend Finder

What it does

Friend finder is an Express app used to match friends. This app takes the users answers from the survey questions and matches them to a friend with similar answers.

Link to deployed Github

https://tamrichardson.github.io/friendFinder/

Link to deployed app on Heroku

https://friend-finder-tamrichardson.herokuapp.com/

To Run Locally on your machine

1.) Clone this repository from Github 2.) In terminal npm i 3.) Set your port and password 4.) Run node server.js in your terminal 5.) In browser and search localhost:PORT#

Organization of files

FriendFinder

Tech used