brasic / pat

lightweight backbone.js ticketing app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

lightweight backbone.js ticketing app.


Languages

Language:JavaScript 48.8%Language:Ruby 30.5%Language:CoffeeScript 20.7%