/library

A book cataloging system for Sindhi books

Primary LanguageRubyApache License 2.0Apache-2.0

Library

This application is for cataloging, tagging and storing Sindhi books to preserve them. The app is built on Rails 4 and CoffeeScript.

Development

  1. To develop, fork the repository and clone your fork
git clone https://github.com/<your username>/library
  1. Install Ruby

  2. Install dependencies

cd to project directory and run

bundle --without production

Note: you will need libsqlite-dev

  1. Run database migrations
rake db:migrate
  1. (Optional) run tests
rspec

Deployment

The current app is deployed in Heroku. This is by far the easiest to setup. Simply follow their instructions.