FriendFinder is a web application designed to find the perfect match.
This project uses node and mysql. Users must install the modules listed under dependencies in the package.json file. All of the modules can be quickly installed by typing 'npm install' from the console. A mysql server must also be set up.
Users can click the blue 'Go to Survey' button and then answer 10 preselected questions. Upon completion, the app will calculate the differences in answers between teh user and all Friends in the database and return the friend with the closest difference in scores.