/matchMaking

A matchmaking app built using bootstrap, jquery, express, and node.

Primary LanguageHTMLMIT LicenseMIT

MatchMaker

This project allows a user to take a survey, and based on that survey. They will be matched with a potential friend that shares some of the same interest.

My purpose for coding this was to get practice towards making my first Fullstack app. I hoped to combine all the small pieces of technology that I've learned so far, and merge them into a full functioning app.

Table of Contents generated with DocToc

Tech Used

Backend

  • Node.js
  • Express
  • Body-parser
  • Path

Frontend

  • Bootstrap 3.0
  • JQuery
  • JavaScript

Installation

Instructions on how to install the app locally.

npm i express npm i body-parser npm i path

Testing

How to run the tests Use the foremention node package managers. Then run the program by typing 'node server.js'

After, type the localhost to reach the root HTML page. Then 'click' through to the survey. Then enter 'name' + 'photoLink', and complete survey. Then click 'submit'.

License

Copyright <2018>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Next Steps

  • Add photography to Modals
  • Validation for name and photo inputs to prevent bad code
  • greater tuning of search Algorithim
  • UI design