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

https://github.com/dafrok/duskfall

A cover blog
https://github.com/dafrok/duskfall

Last synced: 3 months ago
JSON representation

A cover blog

Awesome Lists containing this project

README

          

### A little blog base on Flask

A blog cover by *Flask.Web.Development*.

### Run

First create the `duskfall` database.

Then init-migrate-upgrade ur database:

python manage.py db init
python manage.py db migrate
python manage.py db upgrade

Finally run the server and taste the tryout on browser:

python manage.py runserver

### TODO

Finish the book’s functions therein.

Add more feature.