/pat

lightweight backbone.js ticketing app.

Primary LanguageJavaScript

Pat

A minimalist backbone.js app to store notes and track pending issues.

Notes and comments are written in markdown. Backend is Rails+MongoDB using MongoMapper.
Frontend is in coffeescript, UI is mostly twitter bootstrap.

Installing

  • Use ruby 1.9.3 or newer please.
  • git clone <repo> && cd pat && bundle install
  • Edit config/database.mongo.yml with your mongoDB info.
  • Authentication is handled by LS, so change app/models/user.rb to point to a working LS install (like http://ls) or just don't use auth. (For development, you can run a local LS install on port 3001)
  • rails server

Screenshots

index

concern

More info