Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 861 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 861 Bytes

Invoice-it

A simple invoicing tool

??

I started this project after searching for too long for the perfect invoicing tool. Problem is : my needs are pretty basic, but I'm difficult with what I want.
I started this project so it would fit my needs and could add features as I need them.

How to use

bundle install
bundle exec rake db:setup
foreman start

In a rails console (rails c), create an admin user :

AdminUser.create!(email:"[email protected]", password:"12345", password_confirmation:"12345")

Visit 0.0.0.0:5000/admin

An Heroku button ? WOW IT'S SO SIMPLE OMG

Deploy

TODO

  • Add validation on models
  • Add unit testing
  • Add PDF rendering

License

Take a look at the LICENSE file