/Friend_Finder

FriendFinder is a compatibility-based "friend finder" application -- basically a dating app. This site will take in results from your users' surveys, then compare their answers with those from other users. The application will then display the name and picture of the user with the best overall match.

Primary LanguageHTML

FriendFinder

Description

FriendFinder is a compatibility-based "friend finder" application -- basically a dating app. This site will take in results from your users' surveys, then compare their answers with those from other users. The application will then display the name and picture of the user with the best overall match.

Visuals

Demo

FriendFinder is deployed to Heroku. Please check it out via [this link].

Installation

To install the application follow the instructions below:

git clone git@github.com:paogemoua/Friend_Finder.git
cd Friend_Finder
npm install

Run Locally

To run the application locally and access it in your browser, first set the PORT environment variable to the value of your choice. An example is shown below.

export PORT=3030

After the PORT environment variable has been set, run the Node.js application with the command below.

node server.js

The application will now be running locally on PORT, in this case that is port 3030. You can then access it locally from your browser at the URL localhost:PORT, in this case localhost:3030.

Technologies Used

  • HTML
  • CSS
  • Node.js
  • MySQL
  • npm packages

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

Meta

Paoge Moua - primary author

License

Distributed under the MIT license.

Reference

Project Status

  • 12.18.2018 Project open & minor updates - in progress
  • 12.23.2018 Updates add to repo - cease major updates