Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ohviton/ninsho-kun-backend
認証くん用のバックエンド
https://github.com/ohviton/ninsho-kun-backend
gin
Last synced: 19 days ago
JSON representation
認証くん用のバックエンド
- Host: GitHub
- URL: https://github.com/ohviton/ninsho-kun-backend
- Owner: OhVIton
- Created: 2024-07-13T06:03:57.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T06:07:18.000Z (5 months ago)
- Last Synced: 2024-10-16T18:58:37.915Z (2 months ago)
- Topics: gin
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ninsho-kun-backend
[認証くん](https://github.com/OhVIton/ninsho-kun)用のバックエンド
Outlookの通知から、認証コードを返すAPI# 導入方法
```shell
go build .
chmod +x ninsho-kun-backend
./ninsho-kun-backend
```