Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gr2m/couchdb-user-management-app

Web app to manage CouchDB users and database security settings
https://github.com/gr2m/couchdb-user-management-app

Last synced: 18 days ago
JSON representation

Web app to manage CouchDB users and database security settings

Awesome Lists containing this project

README

        

CouchDB User Management App
===========================

> Web app to manage CouchDB users and database security settings

## Setup

```
git clone [email protected]:gr2m/couchdb-user-management-app.git
cd couchdb-user-management-app
npm install
bower install
grunt serve
```

## Required CouchDB Settings

CORS must be enabled in the CouchDB you try to connect
to, and the apps' URL must either be listed in `cors.origin`,
or it must be set to `*` (allows all origins).



Section
Option
Value



cors
credentials
true


cors
origins
*