This is an express app it works as a compatibility-based "FriendFinder" application -- basically a simple version of a dating app.
-
To run this app on your local machine, you'll need to install the following Node packages.
-
body-parser run npm install body-parser
-
express run npm install express
-
path run npm install path
-
-
Once your npm packages are installed you can start using the app.
-
Start the server by running the command " node server.js "
-
Then navigate to http://localhost:3000/ in your web browser
-
Click on the survey button and fil in the survey.