This is friendfinder website.A user has to enter his name and image.User then answers a survey questionaire, Based on the answers provided by users he/ she is matched with his/her best possible match.
To view the site and interact with other users' data, visit https://git.heroku.com/guarded-crag-50875.git
- HTML
- CSS/Bootstrap
- Javascript/Jquery
- Node.js
- express
- body-parser
- path
##Instructions
*Make sure you have fulfilled the prerequisites above. *Clone this repository with git clone https://github.com/Yamininigudkar/friendFinder.git *Install modules with npm install *Run node server.js *Go to localhost:3000 in your web browser.
- app
- data
- friends.js : Array of friend objects,acts like a database
- public
- home.html -- Home page layout
- survey.html --Survey page layout and client side logic.
- routing
- apiRoutes.js
- htmlRoutes.js
- node_modules
- package.json
- server.js