Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johnandersen777/s-db
https://github.com/johnandersen777/s-db
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnandersen777/s-db
- Owner: johnandersen777
- 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-10-24T09:12:35.361Z (25 days ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- 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
```