Go Echo API Server for openapi
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
Overview
This server was generated by the [openapi-generator]
(https://openapi-generator.tech) project.
By using the OpenAPI-Spec from a remote server, you can easily generate a server stub.
To see how to make this your own, look here:
README
- API version: 1.0.0
- Build date: 2024-04-01T14:28:23.069452+05:30[Asia/Kolkata]
Running the server
To run the server, follow these simple steps:
go mod download
go build -o app
To run the server in a docker container
docker build --network=host -t openapi .
Once the image is built, just run
docker run --rm -it openapi
Known Issue
TBA