node-friend-finder

It's a compatibility-based "FriendFinder" application basically a dating app. This full-stack site takes in results from users' surveys, then compare their answers with those from other users. The app will then display the name and picture of the user with the best overall match.

Technologies Used -

Node Express

Directory Structure -

FriendFinder
  - app
    - data
      - friends.js
    - public
      - home.html
      - survey.html
    - routing
      - apiRoutes.js
      - htmlRoutes.js
  - node_modules
  - package.json
  - server.js

Live Site -

https://hidden-lowlands-75912.herokuapp.com/