https://github.com/hapoon/api
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hapoon/api
- Owner: hapoon
- License: mit
- Created: 2020-05-16T02:09:45.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-01-25T10:01:36.000Z (over 1 year ago)
- Last Synced: 2025-01-25T10:26:28.150Z (over 1 year ago)
- Language: Makefile
- Size: 20.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go API Server for api
ステータスを管理するAPI定義です。
aaa
## Overview
This server was generated by the [openapi-generator]
(https://openapi-generator.tech) project.
By using the [OpenAPI-Spec](https://github.com/OAI/OpenAPI-Specification) from a remote server, you can easily generate a server stub.
To see how to make this your own, look here:
[README](https://openapi-generator.tech)
- API version: 0.1.0
- Build date: 2025-01-28T00:49:10.721782376Z[Etc/UTC]
- Generator version: 7.12.0-SNAPSHOT
### Running the server
To run the server, follow these simple steps:
```
go run main.go
```
The server will be available on `http://localhost:8080`.
To run the server in a docker container
```
docker build --network=host -t api .
```
Once image is built use
```
docker run --rm -it api
```