Skip to content

D2KLab/HyperTED

Repository files navigation

HyperTED

Searching and browsing through fragments of TED Talks.

Install and run

  • Make sure you have Docker installed and running.

  • Run the application with

    docker-compose up --build
    

Manual installation

See dedicated guide

Dev Mode

For better developing the web part of the application.

  • Run the database part with

    docker-compose -f docker-compose-dev.yml up
    
  • Install npm dependencies

    npm install
    
  • Run the server

    npm start
    

You can browse the application at http://localhost:8011/HyperTED

Related project

In this application, the following software/library are used