2022-01-11 06:20:32 +00:00
# Go API Server for databag
DataBag provides storage for decentralized identity based self-hosting apps. It is intended to support sharing of personal data and hosting group conversations.
## Overview
This server was generated by the [swagger-codegen]
2022-01-13 05:00:52 +00:00
(https://github.com/swagger-api/swagger-codegen) project.
2022-01-11 06:20:32 +00:00
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:
2022-01-13 05:00:52 +00:00
[README ](https://github.com/swagger-api/swagger-codegen/blob/master/README.md )
2022-01-11 06:20:32 +00:00
- API version: 0.0.1
2022-01-13 05:08:44 +00:00
- Build date: 2022-01-13T05:04:37.485Z[GMT]
2022-01-11 06:20:32 +00:00
### Running the server
To run the server, follow these simple steps:
```
go run main.go
```