Setup Database --------------- After create DB, get the connection string and update: a. Database\DatabaseSetup.py line 6: url = "post..." b. then run the file via "visual studio code", so the tables are created. c. update the db con string in 'database_functions.py' line 12: url = "postgr..."