Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

B

Probably the most shabby money management backend in the world. Build Status

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

  1. Fork it ( https://github.com/whtsky/B/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

  • whtsky whtsky - creator, maintainer

About

Probably the most shabby money management backend in the world.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages