andrewnelp / FriendFinder

Friend finder app using node js, express and bootstrap 4

Home Page:https://stark-temple-69279.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FriendFinder

Friend finder app using node js, express and bootstrap 4. This application -- basically a dating app. This full-stack site will take 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.

https://stark-temple-69279.herokuapp.com/ deployed to Heroku

Basic description

  • server.js file requires the basic npm packages: express and path.
  • htmlRoutes.js file should include two routes:
    • A GET Route to /survey which displays the survey page.
    • A default, catch-all route that leads to home.html which displays the home page.
  • apiRoutes.js file should contain two routes:
    • A GET route with the url /api/friends. This will be used to display a JSON of all possible friends.
    • A POST routes /api/friends.
    • survey.js handles compatibility logic.

About

Friend finder app using node js, express and bootstrap 4

https://stark-temple-69279.herokuapp.com/


Languages

Language:HTML 76.4%Language:JavaScript 23.6%