An open API service indexing awesome lists of open source software.

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

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
```