Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ミライケータイ
- Host: GitHub
- URL: https://github.com/miraikeitai2020/backend-bff
- Owner: miraikeitai2020
- License: mit
- Created: 2020-08-08T21:39:43.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T07:18:18.000Z (almost 4 years ago)
- Last Synced: 2024-10-11T09:41:26.228Z (about 1 month ago)
- Topics: apollo, gin, golang, graphql
- Language: Go
- Homepage:
- Size: 257 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# backend-bff
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)