Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pmbanugo/couchbase-phonebook

A simple phonebook web app for demonstrating offline data storage and synchronization with PouchDB and Couchbase
https://github.com/pmbanugo/couchbase-phonebook

couchbase-syncgateway offline-first

Last synced: 6 days ago
JSON representation

A simple phonebook web app for demonstrating offline data storage and synchronization with PouchDB and Couchbase

Awesome Lists containing this project

README

        

A simple phonebook web app for demonstrating offline data storage and synchronization with PouchDB and Couchbase

# setup

- git clone
- cd couchbase-phonebook
- npm install
- Configure [Web Server for Chrome extension](https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb?hl=en) to point to your directory and choose your preferred port.
- Configure CORS for Sync Gateway to allow access to the app and also update the database name in the Sync gateway configuration file.
- Start Sync Gateway Service
- Browse and explore!