An Express- and Node-based application for matching users based on personality. This application was my first experience deploying an Express application to Heroku.
To view the site and interact with other users' data, visit http://frind-findr.herokuapp.com/
- Node.js/NPM
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.
- Node.js/NPM (JavaScript environment/Package manager)
- Express.js (Web framework)
- Heroku (Cloud platform)
- Bootstrap (Front-end framework)
- WebStorm (JavaScript IDE)
Mich Elliott - mchlltt
This project is licensed under the MIT License - see the LICENSE.md file for details.