Skip to content

LeDeep/checkbook

Repository files navigation

Checkbook

Checkbook application written in Rails and React. Input credits and debits and see your account balance. Includes ability to edit and delete transactions.


Dependencies

  • Rails 5.0.7
  • Ruby 2.5.1
  • NodeJS
  • ReactJS
  • Yarn
  • Foreman
  • sqlite

Getting started

  1. Clone the repo

  2. Install Yarn, if it's not already.

  3. Install Foreman

  4. Run following commands:

    yarn Install
    bundle Install
    rake db:migrate
    rake db:seed (if you want to start with some transactions)
    foreman start -f Procfile.dev -p 3000
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published