mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 19:49:16 +00:00
26 lines
750 B
Markdown
26 lines
750 B
Markdown
# 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]
|
|
(https://github.com/swagger-databag/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-databag/swagger-codegen/blob/master/README.md)
|
|
|
|
- API version: 0.0.1
|
|
- Build date: 2022-01-10T22:59:36.877Z[GMT]
|
|
|
|
|
|
### Running the server
|
|
To run the server, follow these simple steps:
|
|
|
|
```
|
|
go run main.go
|
|
```
|
|
|