An interactive, intuitive, web app for small businesses to send customer invoices.
First clone it with: git clone [email protected]:robertpulson/nvoice.git
.
Navigate to the directory: cd nvoice
.
Create and migrate the database rake db:create && rake db:migrate
.
Run it from your local host using rails s
and then visit localhost:3000
in your browser.