# repos_asf_couchdb-jquery-couch **Repository Path**: mirrors_community_gitbox_apache/repos_asf_couchdb-jquery-couch ## Basic Information - **Project Name**: repos_asf_couchdb-jquery-couch - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-29 - **Last Updated**: 2026-08-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # couchdb-jquery-couch $.couch is used to communicate with a CouchDB server. ## Tests Install the dependencies: ``` $ bower install ``` Enable CORS: ``` curl -X PUT http://localhost:5984/_config/httpd/enable_cors -d '"true"' curl -X PUT http://localhost:5984/_config/cors/origins -d '"*"' ``` Restart CouchDB & open `test/runner.html` in a browser to run the testsuite.