https://github.com/corroded/resibo
Simple starter app for taking down receipts
https://github.com/corroded/resibo
Last synced: over 1 year ago
JSON representation
Simple starter app for taking down receipts
- Host: GitHub
- URL: https://github.com/corroded/resibo
- Owner: corroded
- Created: 2013-05-24T13:42:37.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-28T16:17:00.000Z (over 12 years ago)
- Last Synced: 2025-01-29T19:14:19.570Z (over 1 year ago)
- Language: Ruby
- Size: 211 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
resibo
======
Simple starter app for taking down receipts
"Kapag wala nang tissue ay gumamit ng resibo" - Public Service #2 by Parokya ni Edgar (Buruguduystunstugudunstuy 1997)
Requirements
============
- ruby 1.9.3
- postgres
Usage
=====
- Create the db and run the migrations (`rake db:migrate`)
- Start server using `rake start`
- it will be available in http://localhost:9393/
- Start adding receipts!
- To generate the csv, just click on 'Generate CSV'
- ???
- PROFIT!