Skip to content
Snippets Groups Projects
Select Git revision
  • main default
1 result

search-engine-ui

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    cns82 authored
    c728389f
    History

    search-engine-ui

    Getting started

    Insure node is installed and you can use 'npm' - https://nodejs.org/en/download
    Make sure python is installed
    pip install virtualenv
    virtualenv venv
    source venv/bin/activate
    pip install -r requirements.txt
    fill in values in config.py
    cd ./search-engine
    npm i
    npm run build
    cd ..
    python server.py