Learn python and flask,just a tony blog system.
Learn python and flask,just a tony blog system based on flask and mysql.
It is similar to cleanblog, a blog system based on flask and mongoengine.
It is similar to cleanblog, a blog system based on flask and mongoengine.
###Version:v0.2-dev
##Use:
###Backend:
- Flask
- Flask-SQLAlchemy ORM for mysql
- Flask-WTF
- Flask-Login
- Flask-Admin
- Flask-Script
- Flask-Cache
###Web:
##Finish:
####The basic function of blog:
Post:read,write,edit,delete
Category:read,add,edit,delete
Comment: use duoshuo
Blogroll: add,list
####Develop simple restful api
URL | Method | Description |
/api/posts | GET | Gives a list of all posts |
/api/posts/post_id | GET | Gives a posts by post_id |
/api/categories/category_id/posts | GET | Gives a list of posts by category_id |
/api/categories | GET | Gives a list of all categories |
/api/categories/category_id | GET | Gives a categories by category_id |
##Todo
- Think more about restful api design
- Develop simple android app
##Deploy
Pelease see project wiki Deploy Flask App on Ubuntu(Virtualenv+Gunicorn+Nginx+Supervisor)
Version
v0.2
v0.1
v0.1
##Connect me
Life is short,you need python! If you are interested in this project, Join us!
No comments:
Post a Comment