Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/simonfl3tcher/workr
- Owner: simonfl3tcher
- Created: 2014-03-06T23:36:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-22T12:03:47.000Z (almost 10 years ago)
- Last Synced: 2024-11-06T14:48:50.391Z (2 months ago)
- Language: JavaScript
- Homepage: http://workr.herokuapp.com/
- Size: 742 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
* RequireTemplating/Sugar:
* Handlebars
* CoffeeScriptTo 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)