Skip to content

edorgeville/invoice-it

Repository files navigation

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:"admin@example.com", 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

Releases

No releases published

Packages

No packages published