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

https://github.com/bendog/pyperth

Flask based version of the PDPD meetup website
https://github.com/bendog/pyperth

Last synced: 3 months ago
JSON representation

Flask based version of the PDPD meetup website

Awesome Lists containing this project

README

          

# pyperth

Flask based version of the PDPD meetup website

## install

using pipenv

$ pipenv install

## running the dev server

(.venv)$ FLASK_APP=app.py FLASK_ENV=development flask run