backend-bff
The backend-bff
API is one of the services of 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