Skip to content

defshine/flaskblog

Repository files navigation

flaskblog

Learn python and flask,just a tony blog system
It is same as SpringBlog,but implemented differently
New branch dev to develop restful api

###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

###Web:

  1. Bootstrap-3.2.0
  2. CKEditor

##Finish:

  1. Review python code and change project directory structure
  2. The basic function of blog:

Post:read,write,edit,delete
Category:read,add,edit,delete

  1. Use pluggable views develop simple restful api
URL Method Description
/posts/ GET Gives a list of all posts
/posts/post_id GET Gives a posts by post_id

##Todo

  1. Develop simple android app

##Deploy

Pelease see project wiki Deploy Flask App on Ubuntu with Gunicorn,Nginx,Supervisor

Version

v0.2
v0.1

##Connect me

Life is short,you need python! If you are interested in this project, Join us!

License

This project is licensed under the MIT license, see LICENSE for more details.

About

Learn python and flask,just a tony blog system

Resources

Stars

Watchers

Forks

Packages

No packages published