Production:
PG_CONNSTRING=postgresql://postgres:postgres@localhost:5432/webvalley2022 FLASK_ENV="development" FLASKSK_DEBUG=True FLASK_APP=app flask runDebug mode:
PG_CONNSTRING=postgresql://postgres:postgres@localhost:5432/webvalley2022 python app.pyPostgres:
psql -U postgres -h localhost webvalley2022