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.
FriendFinder is deployed to Heroku. Please check it out via [this link].
To install the application follow the instructions below:
git clone git@github.com:paogemoua/Friend_Finder.git
cd Friend_Finder
npm install
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
.
- HTML
- CSS
- Node.js
- MySQL
- npm packages
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.
Paoge Moua - primary author
- Contact info: paoge.moua@gmail.com OR pobzeb.m@gmail.com
- Portfolio address: https://paogemoua.github.io/
- GitHub: https://github.com/paogemoua
Distributed under the MIT license.
- 12.18.2018 Project open & minor updates - in progress
- 12.23.2018 Updates add to repo - cease major updates