/pouchdb-authentication-electron-test

Clone to try out pouchd-authentication features in an electron app

Primary LanguageHTMLCreative Commons Zero v1.0 UniversalCC0-1.0

pouchdb-authentication-electron-test

A screenshot showing the electron app in use

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

I created this project to quickly check most of the pouchdb-authentication features. This is not meant to be the way to use pouchdb-authentication in an electron app. This was/is meant to be my testing ground but hopefully provides a good intro for other people who would like to use pouchdb-authentication in an electron app.

For general pouchdb inside electron usage, you may also find hello-electron-with-pouchdb by @nolanlawson worthwhile to check out.

To Use

make sure you are running a couchDB or pouchDB on localhost:5984. Or change the line in index.html. Also make sure to have npm installed.

Then:

# Install dependencies and run the app
npm install && npm start

Learn more about Electron and its API in the documentation.