emig / couchdb-user-management-app

Web app to manage CouchDB users and database security settings

Home Page:https://gr2m.github.io/couchdb-user-management-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CouchDB User Management App

Web app to manage CouchDB users and database security settings

Setup

git clone git@github.com: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 *

About

Web app to manage CouchDB users and database security settings

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


Languages

Language:JavaScript 64.9%Language:HTML 31.7%Language:CSS 3.4%