Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 ミライケータイ
- Host: GitHub
- URL: https://github.com/miraikeitai2020/backend-spot
- Owner: miraikeitai2020
- Created: 2020-10-05T02:04:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-10T15:34:42.000Z (about 4 years ago)
- Last Synced: 2024-04-24T08:26:07.400Z (8 months ago)
- Topics: gin, go
- Language: Go
- Homepage:
- Size: 118 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# backend-spot
`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)