OralCoachZeroGPU / Install-Instructions.txt
simonraj's picture
Upload 17 files
cf815ef verified
raw
history blame contribute delete
303 Bytes
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..."