invoicer

Stars
10

README

A simple invoicing tool for freelancers built with Rails 4.

Install

  • clone the repo git clone [email protected]:gregmolnar/invoicer.git
  • setup the database config from one of the sample files in config
  • run bundle install
  • run rake db:create db:migrate db:seed
  • start the server rails s
  • visit localhost:3000 and login with [email protected] and password

Contributing

  1. Open an Issue to talk about it. We can discuss whether it's the right
    direction or maybe help track down a bug, etc.
  2. Fork the project, and make a branch to work on your feature/fix. Master is
    where you'll want to start from.
  3. Write a test for the feature you are about to add
  4. Run the tests
  5. Send a Pull Request.

If you don't know how to fix something, even just a Pull Request that includes a failing test can be helpful. If in doubt, make an Issue to discuss.