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
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