Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mattpolito/breadbox
Simple invoicing system catered to freelancers
https://github.com/mattpolito/breadbox
Last synced: 3 months ago
JSON representation
Simple invoicing system catered to freelancers
- Host: GitHub
- URL: https://github.com/mattpolito/breadbox
- Owner: mattpolito
- Created: 2009-08-18T14:29:32.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-10-07T18:20:23.000Z (over 13 years ago)
- Last Synced: 2024-10-04T19:15:21.256Z (3 months ago)
- Language: Ruby
- Homepage:
- Size: 5.81 MB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Bread Box
h2. __"It's where you keep your dough!"__
Bread Box is simple invoicing with the freelancer in mind.
To get started:
# git clone http://github.com/mattpolito/bread_box.git
# rake db:create
# rake db:migrate
# rake db:populate __( if you want fake data added )__
# Start your server
# Enjoy!