Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (28 loc) · 1.28 KB

TransactionCategorization Rails App

A simple Rails application that categorizes banking transaction via Machine Learning (AI). Here's the Roadmap detailing development plans.

Build Status

Dependencies

  • asdf
  • PostgreSQL - Tested with PostgreSQL 14 but earlier versions should work.

Setup

Check out the code:

git clone [email protected]:agilous/transcat.git

On a * nix environment, just run:

cd transcat # presuming you ran the command above and did not rename the directory
asdf install
./bin/setup

and you should be setup to go.

Contributing

How to Contribute to Open Source offer's the best advice. Don't forget to add tests!

tl;dr

  1. Fork it!
  2. Create your feature branch: git checkout -b cool-new-feature
  3. Commit your changes: git commit -am 'Added a cool feature'
  4. Push to the branch: git push origin cool-new-feature
  5. Create new Pull Request.