flask-api-template
flask-api-template copied to clipboard
added postgres db setup steps
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
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!
Cool, you highlighted few important points, I agree with them. Let me add these changes to a PR.