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

https://github.com/honmaple/flask-word

some flask practice
https://github.com/honmaple/flask-word

Last synced: 8 months ago
JSON representation

some flask practice

Awesome Lists containing this project

README

          

## This is My flask Practice
## message board
### Demo
You can have a look [ here ](http://honmaple.cn/word)

## vote
### Demo
You can have a look [ here ](http://honmaple.cn/vote)

## cookies to count
### Demo
You can have a look [ here ](http://honmaple.cn/count)

## config/config.py

DEBUG = True
SECRET_KEY
REDIS_PASSWORD
REDIS_DB

### use
pip install -r requirements.txt
python run.py