Week 13/HW 11
Friend Finder - Node and Express Servers
Creating a dating app using Node and Express Servers. This full-stack website will take in results from users input. The app will then display the name and picture of the user with the best overall match.
Friend Finder is deployed to Heroku: https://peaceful-meadow-23721.herokuapp.com/
NPM Packages:
- npm install express - https://www.npmjs.com/package/express
- npm install body-parser - https://www.npmjs.com/package/body-parser
- npm install path - https://www.npmjs.com/package/path
Technologies Used:
- nodeJS
- Javascript
- Express
- HTML
- Jquery
- CSS
Prerequisites:
- Node.js - Download the latest version of Node https://nodejs.org/en/
- Materialize - Add CDN link to HTML http://materializecss.com/
Built With:
- Sublime Text - Text Editor
- Materialize - CSS Framework based on Material Design
Acknowledgments:
- UC Berkeley Coding Boot Camp Staff