An Express and Node-based application for matching users based on personality. This appplication was my first time deploying with Heroku
To view the site and interact with other users' data visit https://limitless-fortress-94396.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 [email protected]:ThomasKear/FriendFinder.git
- 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)
Thomas Kearney - Thomaskear