Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/restblog
重新发明车轮,用上有趣的技术
https://github.com/wwj718/restblog
Last synced: 11 days ago
JSON representation
重新发明车轮,用上有趣的技术
- Host: GitHub
- URL: https://github.com/wwj718/restblog
- Owner: wwj718
- License: wtfpl
- Created: 2014-08-20T02:23:13.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-05T09:46:02.000Z (about 10 years ago)
- Last Synced: 2023-08-04T13:49:36.976Z (over 1 year ago)
- Language: Python
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#RestBlog
重新发明车轮,用上有趣的技术##基本想法
* 博客系统,为了专注于技术,采用熟悉的业务逻辑
* 采用RESTful架构
* 数据库采mongo,sqlite
* 后端
* 先使用django1.7(django-rest-framework)
* 数据模型可以模仿现有的博客
* 再用expres.js写一编
* 再用文件系统写一遍,模仿pelican,使用markdown语法
* 前端采用angular.js,为了学习edX,也试着使用backbone.js
* 用上前端自动化技术,静态文件自动化处理,包括coffee的预编译,Sass的预编译,趁机学习(grunt(使用插件),npm(调用bash))
* 使用git分支来管理不同的技术版本
* 模仿其他项目时,采用github的库内搜索阅读关键源码
* 新的技术新的想法,通过合理的架构不断融入进来,比如为它写vim插件啦,安卓客户端啦,用Scheme重写啦