Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 290 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 290 Bytes

tasty-search

Search engine feedback UI

Installation

Before starting development, use

pip install -r requirements.txt

to install the necessary requirements.

Additionally, you will need to run

export FLASK_APP=tastysearch.py

before using the flask run command.