Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pdxjohnny/s-db
https://github.com/pdxjohnny/s-db
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pdxjohnny/s-db
- Owner: pdxjohnny
- Created: 2016-02-11T09:08:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-23T03:02:17.000Z (over 8 years ago)
- Last Synced: 2024-03-16T06:51:36.655Z (8 months ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```