Navigate to the search directory and run:
python search.py config.toml android
where config.toml is the config file that speicfies what analyers/filters to use for creating the inverted index, and android is the query.
If not already, create a virtual env, activate it, and install Flask:
python3 -m venv venv
. venv/bin/activate
pip install Flask
Run the server like so:
python app.py config.toml
