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

https://github.com/benoitvallon/flaskr

Based on the Flask tutorial website
https://github.com/benoitvallon/flaskr

Last synced: about 1 year ago
JSON representation

Based on the Flask tutorial website

Awesome Lists containing this project

README

          

# Database creation

```python
$ python
>>> from flaskr import init_db
>>> init_db()
```