Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1 KB

README.md

File metadata and controls

37 lines (24 loc) · 1 KB

destination-finder

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".

Demo

A demo of this interface is available on https://desti-rec.netlify.app/

Getting Started

You need git to clone our repository.

git clone https://github.com/cemostro/destination-finder.git
cd destination-finder/

Install Dependencies

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

Run the Application

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/.