Skip to content

Friend Finder is a simple application that use a relational databse MySQL to run analysis on the answers that each user submits. It provides good practice for those who want to practice creating a full stack application using MySQL.

Notifications You must be signed in to change notification settings

Khoalabear0424/Friend-Finder

Repository files navigation

Friend Finder

By taking a short 10 question questionaire, users can see who they have the most in common with!

Motivation

Friend Finder is a simple application that use a relational databse MySQL to run analysis on the answers that each user submits.

It provides good practice for those who want to practice creating a full stack application using MySQL.

Tech/Framework Used

jQuery, Node.js, Express, MySQL

Installation

  1. Clone repo into project folder
  2. Run npm i to install all node packages
  3. Create database by going into db folder and with mysql shell, run: SOURCE schema.sql;
    SOURCE seeds.sql;
  4. Now that the database has been created, run server with
    nodemon server.js
  5. In browser, go to localhost:3000/ and begin using app.

Feel Free to message me with any question!

About

Friend Finder is a simple application that use a relational databse MySQL to run analysis on the answers that each user submits. It provides good practice for those who want to practice creating a full stack application using MySQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published