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

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

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