Updated Design (markdown)

Joe Chen 2014-02-12 12:31:21 -08:00
parent 53497200c8
commit f822834b35

@ -1,9 +1,10 @@
## Dependencies
- Web Framework: [github.com/codegangsta/martini](https://github.com/codegangsta/martini)
* 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)
* Git Binding: [[github.com/libgit2/git2go](https://github.com/libgit2/git2go)(Preferred) | [github.com/str1ngs/go-git](https://github.com/str1ngs/go-git)]
- UI Framework: [[Bootstrap](http://getbootstrap.com/)(Preferred) | [Foundation](http://foundation.zurb.com/index.html)]
- 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)
- Git Binding: [[github.com/libgit2/git2go](https://github.com/libgit2/git2go)(Preferred) | [github.com/str1ngs/go-git](https://github.com/str1ngs/go-git)]
## Directory Structure