a lightweight English expressions search web application catered towards language learners built using flask, sqlite, JS, and data scoured from online videos (YouTube).
this repo requires
Python 3.7+
to be installed, and it is recommended to have a newvenv
set up.
pip install -r requirements.txt
Line 14 -> DATABASE = os.environ.get('DATABASE_URL') or \os.path.join(basedir, 'demo/soara.sqlite')
from 1 level up the project root directory, run:
flask --app Soara init-db
flask --app Soara --debug run
the app should now be running locally on http://127.0.0.1:5000