https://github.com/dvberkel/notes
Project to keep track of your notes via the web
https://github.com/dvberkel/notes
Last synced: 7 months ago
JSON representation
Project to keep track of your notes via the web
- Host: GitHub
- URL: https://github.com/dvberkel/notes
- Owner: dvberkel
- Created: 2012-04-19T06:24:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-01T13:48:37.000Z (over 13 years ago)
- Last Synced: 2025-06-11T02:04:31.541Z (7 months ago)
- Language: JavaScript
- Size: 449 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Notes
=====
> Keep track of your notes on the web.
This project is an exploration into various web techniques. In
particular we are aiming to use
* [CouchDB](http://couchdb.apache.org/ "CouchDB homepage")
* [Backbone(http://documentcloud.github.com/backbone/ "Backbone documentation page")
Couchapp
--------
We use the
[couchapp](http://couchapp.org/page/index "Homepage for Couchapp")
commandline tool to push our app to various databases.
### .couchapprc
If you are getting tired of explicitly mentioning the fully qualified
database url, create a
[.couchapprc](http://couchapp.org/page/couchapp-config "Documentation on .couchapprc file")
file.
For example
{
"env" : {
"default" : {
"db" : "http://localhost:5984/mydb"
},
"prod" : {
"db" : "http://admin:password@myhost.com/mydb"
}
}
}
Attribution
-----------
Patrick Hoesly created the cork background.