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

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

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