- This application is a simple survey application where a user answers questions on a multi-page survey and can check for closest matches other users have on the survey.
- Implements MVC pattern and applies templating using EJS templating engine to the View layer.
- Open terminal in project folder.
- Run: npm install
- Run: npm start
- Application will be available at: http://localhost:3000/
- To run program using your own survey questions- Replace content in ./db/survey.json file