https://github.com/chrisekelley/olutindo
A trouble-ticket app using hood.ie, pouchdb, and coconut.
https://github.com/chrisekelley/olutindo
Last synced: 3 months ago
JSON representation
A trouble-ticket app using hood.ie, pouchdb, and coconut.
- Host: GitHub
- URL: https://github.com/chrisekelley/olutindo
- Owner: chrisekelley
- Created: 2013-08-06T15:57:52.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-23T12:04:25.000Z (over 11 years ago)
- Last Synced: 2024-04-14T15:00:58.549Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.6 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Olutindo
Olutindo is a webapp for managing citizen complaints in Uganda. It is a companion to the
[Olutindo-app](https://github.com/chrisekelley/olutindo-app) Android application.
[Coconut](http://chrisekelley.github.io/coconut/) for most of its front-end form rendering, [backbone.js](http://backbonejs.org) for MVC,
[pouchdb](http://pouchdb.com/) for browser-based data store and replication, and [CouchDB](http://couchdb.apache.org/) for the master data store.It is the html5 part of [Olutindo-app](https://github.com/chrisekelley/olutindo-app)
## Config
Set your local database name in config.js.
Set your master couch server in the StartReplication function in coconut-utils.js.
var remoteCouch = "http://" + credentials + "@127.0.0.1:5984/" + couchdb + "/";
The credentials are set when the user logs in.
## Get running
npm install
npm startOpen your browser to http://localhost:8000.