Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/miraikeitai2020/backend-bff

FUN 2020 PBL ミライケータイ
https://github.com/miraikeitai2020/backend-bff

apollo gin golang graphql

Last synced: 5 days ago
JSON representation

FUN 2020 PBL ミライケータイ

Awesome Lists containing this project

README

        

# backend-bff


build-test status

architecture

The `backend-bff` API is one of the services of [mirai-cluster](https://github.com/miraikeitai2020/mirai-cluster) developed by Future Mobile Phone Project 2020.

## Description
### Endpoints
|Method|URL|Description|
|:-:|:-:|:-|
|GET|`/`||
|POST|`/query`|resolve client query handler|

### How to run
#### Build & Run
**◎Local**
Advance preparation command: `make`
Create files
- `pkg/bff/bff.go`
- `pkg/server/model/model.go`
- `private.key`

Run API command: `make run`

**◎Docker**
Build command: `make docker-build`
Run command: `make docker-run`

#### Access
Access the link below from your browser.
`http://localhost:9020`

## Other
- [Commit Rules](./docs/commit_rules.md)
- [Branch Rules](./docs/branch_rules.md)
- [Issue Rules](./docs/issue_rules.md)