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

https://github.com/angeal185/python-website-created-with-flask-and-jinja

python website created with flask and jinja
https://github.com/angeal185/python-website-created-with-flask-and-jinja

Last synced: 4 months ago
JSON representation

python website created with flask and jinja

Awesome Lists containing this project

README

          

# python-website-created-with-flask-and-jinja
python website created with flask and jinja

# Instructions

create virtual env

install requirements
````
pip install -r /path/to/requirements.txt
````
start
````
python application.py
````
done