https://github.com/zachsa/couchapp-website-example
Old code for 'twirp' website idea.
https://github.com/zachsa/couchapp-website-example
Last synced: 2 months ago
JSON representation
Old code for 'twirp' website idea.
- Host: GitHub
- URL: https://github.com/zachsa/couchapp-website-example
- Owner: zachsa
- Created: 2020-03-08T09:03:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-03-08T09:04:05.000Z (over 6 years ago)
- Last Synced: 2025-01-19T17:09:04.454Z (over 1 year ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Generated CouchApp
This is meant to be an example CouchApp and to ship with most of the CouchApp goodies.
Clone with git:
git clone git://github.com/couchapp/example.git
cd example
Install with
couchapp push . http://localhost:5984/example
or (if you have security turned on)
couchapp push . https://usr:pswd@db.twirp.me/twirp
You can also create this app by running
couchapp generate example && cd example
couchapp push . http://localhost:5984/example
Deprecated: *couchapp generate proto && cd proto*
## Todo
* factor CouchApp Commonjs to jquery.couch.require.js
* use $.couch.app in app.js
## License
Apache 2.0