Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pdxjohnny/s-db


https://github.com/pdxjohnny/s-db

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

s-db
---

This is a service which connects to a database and provides access to it via a HTTP API.

```bash
go build -tags netgo .
docker-compose build
docker-compose up
```