# couchdb-jquery-couch **Repository Path**: mirrors_apache/couchdb-jquery-couch ## Basic Information - **Project Name**: couchdb-jquery-couch - **Description**: Mirror of Apache CouchDB - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-04-04 ## 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.