/flask-postgres-sample

Sample Code of Flask Python Server connecting to postgres for submiting a new issue

Primary LanguagePython

flask-postgres-sample

Sample Code of Flask Python Server connecting to postgres for submiting a new issue

python_flask_server.py listens on port 3001 and waits for a new issue from front end, for a new request it will insert the issue to appropriate table in postgres.