https://github.com/luanngominh/goa-example
CI information
https://github.com/luanngominh/goa-example
example goa
Last synced: 14 days ago
JSON representation
CI information
- Host: GitHub
- URL: https://github.com/luanngominh/goa-example
- Owner: luanngominh
- Created: 2019-04-22T16:30:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T14:20:04.000Z (over 6 years ago)
- Last Synced: 2024-06-21T20:05:23.276Z (over 1 year ago)
- Topics: example, goa
- Language: Go
- Homepage: https://travis-ci.org/luanngominh/goa-example
- Size: 12.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goa Example
This is example for goa, backend for note application.
# Usage
* `goa` and `goagen` have installed is reprequsite, reference [https://github.com/goadesign/goa](https://github.com/goadesign/goa)
* First we need to create local development environment by type `make local-env`. It create three docker container, two postgres database and one adminer.
* Further more we need `make goa` to generate app and client codes
# Deployment
## Deploy via ansible
## Deploy on kubernetes