Improved DestiRec application to recommend destinations based on the user's preferences and needs, implemented for the Bachelor's Thesis at TUM "Improving a Web-based Destination Recommender System".
Original application was implemented for Master Thesis at TUM with the title "Dynamic Adaptation of User Preferences and Results in Complex Recommender Systems".
A demo of this interface is available on https://desti-rec.netlify.app/
You need git to clone our repository.
git clone https://github.com/cemostro/destination-finder.git
cd destination-finder/
You can follow the next steps to do that step by step:
We get the tools we depend upon via npm
, the node package manager.
npm install
We have preconfigured the project with a simple development web server. The simplest way to start this server is:
npm start
Now browse to the app at http://localhost:3000/
.