Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/soartec-lab/beego_quickstart
- Owner: soartec-lab
- Created: 2019-04-20T03:42:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-24T14:07:08.000Z (over 5 years ago)
- Last Synced: 2024-10-22T02:12:55.717Z (2 months ago)
- Language: Smarty
- Size: 16.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```