Go API Server for swagger
API for robolaunch ICP platform structure.
Overview
This server was generated by the [swagger-codegen]
(https://github.com/swagger-api/swagger-codegen) 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.11
- Build date: 2024-03-11T15:19:58.557466933Z[GMT]
Running the server
To run the server, follow these simple steps:
go run main.go
Building server image
To build server image, use the command below:
docker build . -t robolaunchio/platform-server:$(git rev-parse HEAD)