https://github.com/conchz/squirrel
A Golang web application scaffold.
https://github.com/conchz/squirrel
echo echo-web golang squirrel vue
Last synced: 5 months ago
JSON representation
A Golang web application scaffold.
- Host: GitHub
- URL: https://github.com/conchz/squirrel
- Owner: conchz
- License: other
- Created: 2017-04-14T07:18:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-30T03:18:21.000Z (almost 8 years ago)
- Last Synced: 2024-06-20T06:27:19.609Z (almost 2 years ago)
- Topics: echo, echo-web, golang, squirrel, vue
- Language: Go
- Homepage: https://conchz.github.io/squirrel/
- Size: 376 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Squirrel [](https://travis-ci.org/lavenderx/squirrel) [](LICENSE)
[**中文资料**](NOTES-CN.md)
A modern [*Golang*](https://golang.org/) web application scaffold, [*Echo*](https://echo.labstack.com/) for building RESTful API and [*Vue.js*](https://vuejs.org/) for the view.
## Deploying to Docker
Make sure you have [Go](https://golang.org/doc/install), [Dep](https://github.com/golang/dep), [go.rice](https://github.com/GeertJohan/go.rice), and [Node.js](https://nodejs.org/en/) installed.
$ ./deploy.sh
You can see [`deploy.sh`](https://github.com/lavenderx/squirrel/blob/master/deploy.sh) for the details.