https://github.com/pei0804/gae-go-starter
https://github.com/pei0804/gae-go-starter
gae go googleappenginelauncher
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/pei0804/gae-go-starter
- Owner: pei0804
- License: mit
- Created: 2017-02-08T03:07:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T10:43:32.000Z (about 9 years ago)
- Last Synced: 2025-01-20T12:46:14.978Z (over 1 year ago)
- Topics: gae, go, googleappenginelauncher
- Language: Go
- Size: 24.4 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gae-go-starter
## Required Install
- Python 2.7.x
- [goapp](https://cloud.google.com/appengine/docs/go/download)
## How to use
### Install
```bash
// Required package download
$ make dev
// MySQL start
$ make docker/build
$ make docker/start
// Create Database
$ make db/init
```
### local run
```bash
$ make local
```
- [here](http://localhost:8080)
### Deploy
#### first time
```bash
$ goapp deploy -application "project-name here" ./app
or
$ make deploy
```
※You can use shortcuts by rewriting the Makefile