Skip to content

miraikeitai2020/backend-bff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

backend-bff

build-test status

architecture

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