Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/simonfl3tcher/workr

Workr is a simple task tracking app built using Backbone and Sinatra
https://github.com/simonfl3tcher/workr

Last synced: 23 days ago
JSON representation

Workr is a simple task tracking app built using Backbone and Sinatra

Awesome Lists containing this project

README

        

# Workr

This is a simple task tracking app built using backbone. The app uses the following:-

* Backbone
* Sinatra
* MongoDB
* Require

Templating/Sugar:

* Handlebars
* CoffeeScript

To see the app in action - http://workr.fletcher-simon.co.uk/

### Want your own Workr app?

Installation is really simple just follow the steps below to get started.

1. clone the resposity https://github.com/fletcher890/workr.git
2. run `bundle install`
3. start the MongoDB server
4. run `ruby myapp.rb`
5. visit localhost:4567 (for localhost server)