All Downloads are FREE. Search and download functionalities are using the official Maven repository.

handlebars.go-server.README.mustache Maven / Gradle / Ivy

There is a newer version: 1.0.54
Show newest version
# Go API Server for {{packageName}}

{{#appDescription}}
{{{appDescription}}}
{{/appDescription}}

## Overview
This server was generated by the [swagger-codegen]
(https://github.com/swagger-api/swagger-codegen) 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://github.com/swagger-api/swagger-codegen/blob/master/README.md)

- API version: {{appVersion}}{{^hideGenerationTimestamp}}
- Build date: {{generatedDate}}{{/hideGenerationTimestamp}}
{{#infoUrl}}
For more information, please visit [{{{infoUrl}}}]({{{infoUrl}}})
{{/infoUrl}}


### Running the server
To run the server, follow these simple steps:

```
go run main.go
```





© 2015 - 2024 Weber Informatics LLC | Privacy Policy