15 lines
355 B
Markdown
15 lines
355 B
Markdown
# resourceD
|
|
A simple microservice for serving resources
|
|
|
|
## Building
|
|
```sh
|
|
go build .
|
|
```
|
|
|
|
## Running
|
|
Either run it the normal way via the provided docker compose file, or `go run .`.
|
|
|
|
Also dont forget to create `resourced.toml`
|
|
|
|
## Configuration
|
|
The file `resourced.toml.example` serves as a both an example and reference, since it has a lot of comments. |