wbbradley / flakysaas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flakysaas

docker build -t flakysaas .
docker run -d --restart unless-stopped -p 9001:9001 flakysaas

Release

On prod machine, run ./deploy.

API

curl http://localhost:9001/currencies
curl -H 'Content-Type: application/json' -d '{"quote": "USD", "base": "BTC"}' http://localhost:9001/quote

About


Languages

Language:Rust 87.7%Language:Shell 7.0%Language:Vim Script 3.1%Language:Dockerfile 2.1%