flask-api-template icon indicating copy to clipboard operation
flask-api-template copied to clipboard

added postgres db setup steps

Open 0x89g09sa823 opened this issue 2 years ago • 2 comments

Added steps required to setup postgres database. Changes include:

  • Relevant config lines in the config.py file,
  • Added required dependency for communication with postgres db: psycopg2-binary to requirements.txt
  • Updated readme (section PostgreSQL

0x89g09sa823 avatar Dec 10 '23 17:12 0x89g09sa823

Thanks for the PR and taking initiative! I added a few more comments with the intent to make the Postgres steps more clear. Let me know what you think!

StefanVDWeide avatar Dec 11 '23 21:12 StefanVDWeide

Cool, you highlighted few important points, I agree with them. Let me add these changes to a PR.

0x89g09sa823 avatar Dec 12 '23 14:12 0x89g09sa823