Updated Design (markdown)

Joe Chen 2014-02-14 06:58:17 -08:00
parent a5646fbae2
commit 4089ef15df

@ -3,14 +3,14 @@
- Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini) - Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini)
- UI Framework: [TODC Bootstrap](http://todc.github.io/todc-bootstrap/) - UI Framework: [TODC Bootstrap](http://todc.github.io/todc-bootstrap/)
- ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm) - ORM: [github.com/lunny/xorm](https://github.com/lunny/xorm)
- Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) - Database Driver: [github.com/go-sql-driver/mysql](https://github.com/go-sql-driver/mysql) + [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3) + [github.com/lib/pq](https://github.com/lib/pq)
- Git Binding: [github.com/libgit2/git2go](https://github.com/libgit2/git2go) - Git Binding: [github.com/libgit2/git2go](https://github.com/libgit2/git2go)
## Directory Structure ## Directory Structure
- conf - configuration files - conf - configuration files
- models - business logics - models - business logics
- public - static web elements: CSS, JS, images - public - static web elements: CSS, JS, images, fonts
- routers - controller logics - routers - controller logics
- templates - web templates - templates - web templates
- utils - helper functions and methods - utils - helper functions and methods