Skip to content

havenousername/destination-finder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

243 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Guided Research for TUM

Resources

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 94.5%
  • CSS 4.7%
  • Other 0.8%