https://github.com/rahad123/flask-postgres-template
https://github.com/rahad123/flask-postgres-template
flask pytest python
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahad123/flask-postgres-template
- Owner: rahad123
- Created: 2023-10-02T12:06:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-12T03:27:28.000Z (about 2 years ago)
- Last Synced: 2025-01-22T01:16:26.061Z (over 1 year ago)
- Topics: flask, pytest, python
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-postgres-template
## Requirements
- Python
- Pip
## Run command for dev
`python app.py`
## Run command for test
`python -m pytest`