Currently using sqlite which is saved in memory and is reset every time docker volume is recreated / computer is rebooted.
Need to create a docker container with postgresql and initialize the database and / or create a pgsql database locally and supply its URI to flask
Currently using sqlite which is saved in memory and is reset every time docker volume is recreated / computer is rebooted. Need to create a docker container with postgresql and initialize the database and / or create a pgsql database locally and supply its URI to flask