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

https://github.com/hapoon/api


https://github.com/hapoon/api

Last synced: 5 months ago
JSON representation

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
```