Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boris/babel
Inventory of my wife's books
https://github.com/boris/babel
hacktoberfest
Last synced: 7 days ago
JSON representation
Inventory of my wife's books
- Host: GitHub
- URL: https://github.com/boris/babel
- Owner: boris
- Created: 2015-09-12T04:16:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-26T12:32:37.000Z (over 2 years ago)
- Last Synced: 2024-10-10T04:22:25.447Z (28 days ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage:
- Size: 31.8 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://s-media-cache-ak0.pinimg.com/236x/7b/c2/fe/7bc2fe1f81c703e25755942d67de8fa4.jpg)
## Motivation
There are A LOT of books in my house, and by "A LOT" I mean more than 4 meters
and a half if you put one on top of each other.And all of those books are "tracked" on Google Spreadsheets. Not cool.
## What is this?
This is a very simple Rails application to track the information and "status" of
my Wife's books.![](https://github.com/boris/babel/blob/master/screenshot.png)
## Roadmap
- ~~Read/Unread books~~
- ~~User auth~~
- ~~Add support for borrowed books~~
- ~~Add a new theme. The [Stallman style](https://stallman.org) is not cool at
all.~~
- Add search
- ~~Add support for CSV upload~~. Not needed anymore.## Development
I'm using vagrant for development, so is easy as:
```
git clone
cd babel
vagrant up
```This vagrant comes with a `bootstrap.sh` file for provisioning. It will install
all required dependencies for development using sqlite3 and MySQL. If something
is missing, please let me know! :)