https://github.com/stylepatrick/python-flask-sqlalchemy
Template for connection to Postgres with ORM. Flask and SQLAlchemy used.
https://github.com/stylepatrick/python-flask-sqlalchemy
flask postgres postgresql python sqlalchemy
Last synced: 2 months ago
JSON representation
Template for connection to Postgres with ORM. Flask and SQLAlchemy used.
- Host: GitHub
- URL: https://github.com/stylepatrick/python-flask-sqlalchemy
- Owner: stylepatrick
- License: mit
- Created: 2021-03-10T19:14:59.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-13T07:28:00.000Z (over 5 years ago)
- Last Synced: 2025-01-26T07:41:27.342Z (over 1 year ago)
- Topics: flask, postgres, postgresql, python, sqlalchemy
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-flask-sqlalchemy
Template for connection to Postgres with ORM. Flask and SQLAlchemy used.
# Environment
.env File with following content needed to start the application:
POSTGRES=postgresql://python:python@localhost:25432/python