Categorygithub.com/donskova1ex/mylearningproject
repositorypackage
0.0.0-20250206051800-550901d12f5f
Repository: https://github.com/donskova1ex/mylearningproject.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# README

Go API Server for openapi

Сервис изготовления зелий

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-11-29T17:23:34.425852500+05:00[Asia/Yekaterinburg]
  • Generator version: 7.10.0

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 openapi .

Once image is built use

docker run --rm -it openapi