Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 256 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 256 Bytes

To fully install the app, run the installation script in your terminal:

./install.sh

To only create the database, run the following command:

./create_database.sh

To run the app, run the following command:

flask run