WELCOME TO BarMates
In order to run the web app please do the following:
1. Download the database.
2. Clone the project.
3. Change to your computer name in the web config page, here: https://github.com/eyalp94/BarMates/blob/master/Web.config
4. Run the project and have fun!
The modules:
Every web page explains what it is doing by his name. For example, barRating.aspx is the page of bar rating, and contact.aspx is the contact page.
All the collaborative filtering algorithm is in:
https://github.com/eyalp94/BarMates/tree/master/appCode/CollaborativeFiltering
The back-end code that doesn't involve with the collaborative filtering is in:
https://github.com/eyalp94/BarMates/tree/master/appCode
And all the relevant JavaScript code is in: https://github.com/eyalp94/BarMates/tree/master/js
Owners: Shaked Gana, Yuval Cohen, Yarden Flori, Eyal Pintzov