Best Flask open-source libraries and packages

Meme_Vault_Prototype

An application that stores and retrieves memes by indexing them based on user provided descriptions and optical character recognition.
Updated 3 years ago

USAGE

Run Application:

cd Meme_Vault_Prototype/
Linux: ./start.sh or Windows: start.sh

Database Migrations

flask db migrate -m "SCHEMA_CHANGE_MESSAGE"
flask db update