/friend-finder

An Express and Node-based match-making application.

Primary LanguageJavaScriptMIT LicenseMIT

Friend Finder

An Express- and Node-based application for matching users based on personality. This application was my first experience deploying an Express application to Heroku.

Getting Started

To view the site and interact with other users' data, visit http://frind-findr.herokuapp.com/

Prerequisites

  • Node.js/NPM

Instructions

To run the site locally and interact with only your own and the example data,

  • Make sure you have fulfilled the prerequisites above.
  • Clone this repository with git clone https://github.com/mchlltt/friend-finder.git or the ssh equivalent.
  • Install modules with npm install
  • Run node server.js
  • Go to localhost:3000 in your web browser.

Technologies Used

  • Node.js/NPM (JavaScript environment/Package manager)
  • Express.js (Web framework)
  • Heroku (Cloud platform)
  • Bootstrap (Front-end framework)
  • WebStorm (JavaScript IDE)

Author

Mich Elliott - mchlltt

License

This project is licensed under the MIT License - see the LICENSE.md file for details.