https://github.com/neoito-hub/python-flask-seed
Python flask seed
https://github.com/neoito-hub/python-flask-seed
flask python
Last synced: 2 months ago
JSON representation
Python flask seed
- Host: GitHub
- URL: https://github.com/neoito-hub/python-flask-seed
- Owner: neoito-hub
- Created: 2020-03-29T12:57:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-29T16:47:25.000Z (over 6 years ago)
- Last Synced: 2025-11-29T22:40:32.746Z (7 months ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-flask-seed
## Setup & Run
```
$ pipenv install
$ pipenv shell # there needs to be a .env file
$ flask run
```
NOTE: Add .env file in .gitignore
## Commands
```
pip install -U python-dotenv
pipenv run pip install psycopg2
or
pipenv run pip install psycopg2-binary
```