Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

gin go

Last synced: about 1 month ago
JSON representation

FUN 2020 PBL ミライケータイ

Awesome Lists containing this project

README

        

# backend-spot


build-test status

architecture

`backend-spot`APIはミライケータイプロジェクト2020 [mirai-cluster](https://github.com/miraikeitai2020/mirai-cluster)のサービスの一つです.
APIの主な機能は
- スポットの選出
- 寄り道スポットの選出
- 寄り道スポットの登録

## Description
### Endpoints
|Method|URL|Description|
|:-:|:-:|:-|
|POST|/query/spot|Get spot infomation|
|POST|/query/detour|Get detour infomation|
|POST|/mutation/add/spot|Add spot infomation|

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