Total Pageviews

Saturday 24 August 2019

一个基于flask的博客程序-flaskblog

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.
###Version:v0.2-dev
##Use:
###Backend:
  1. Flask
  2. Flask-SQLAlchemy ORM for mysql
  3. Flask-WTF
  4. Flask-Login
  5. Flask-Admin
  6. Flask-Script
  7. Flask-Cache
###Web:
  1. Bootstrap-3.2.0
  2. bootstrap-material-design
  3. CKEditor 4.4.7_standard
##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
URLMethodDescription
/api/postsGETGives a list of all posts
/api/posts/post_idGETGives a posts by post_id
/api/categories/category_id/postsGETGives a list of posts by category_id
/api/categoriesGETGives a list of all categories
/api/categories/category_idGETGives a categories by category_id
##Todo
  1. Think more about restful api design
  2. Develop simple android app
##Deploy

Version

v0.2
v0.1
##Connect me
Life is short,you need python! If you are interested in this project, Join us!

No comments:

Post a Comment