B
Version, currently master branch1 version
- master branchlatestFeb 4, 2017
github.com/JoTang/B
Probably the most shabby money management backend in the world.
0 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
B:
github: JoTang/B
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.20.4- License
- MIT
- Author
- whtsky
- Target
Bfrom src/B.cr
Dependencies
Runtime Dependencies
- kemal0.17.4github: sdogruyol/kemal
- sqlite30.8.1github: crystal-lang/crystal-sqlite3
Development Dependencies
- spec-kemal*github: sdogruyol/spec-kemal, commit: 555804d29a097398fab37d5508e3e7a6628ebffadev
README
B
Probably the most shabby money management backend in the world.
Run with Docker
docker run -p 3000:3000 whtsky/b-server
Build and Run by hand
Make 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/B
Usage
B only provides JSON API for create transaction and list all transactions. Check api.yaml to see API doc. ( It's a Swagger YAML )
Contributing
- 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
Contributors
- whtsky whtsky - creator, maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Feb 4, 2017
- Crystal
0.20.4- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/JoTang/B
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1