Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soartec-lab/beego_quickstart

quick started for web application framework beego of golang
https://github.com/soartec-lab/beego_quickstart

Last synced: about 1 month ago
JSON representation

quick started for web application framework beego of golang

Awesome Lists containing this project

README

        

# beego_quickstart
quick started for web application framework beego of golang

# Using Mysql

Please install Mysql driver.

```
$ go get github.com/go-sql-driver/mysql
```