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

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.

Awesome Lists containing this project

README

          

# Squirrel [![Build Status](https://api.travis-ci.org/lavenderx/squirrel.svg?branch=master)](https://travis-ci.org/lavenderx/squirrel) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.