Probably the most shabby money management backend in the world.
docker run -p 3000:3000 whtsky/b-serverMake sure you have Crystal installed.
git clone https://github.com/whtsky/B.git
cd B
shards install --production
shards build --release
KEMAL_ENV=production B_DATABASE=data.db bin/BB only provides JSON API for create transaction and list all transactions. Check api.yaml to see API doc. ( It's a Swagger YAML )
- Fork it ( https://github.com/whtsky/B/fork )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request
- whtsky whtsky - creator, maintainer