Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.09 KB

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