Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pmbanugo/couchbase-phonebook
- Owner: pmbanugo
- Created: 2017-02-15T18:33:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T18:34:01.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T03:12:34.977Z (about 2 months ago)
- Topics: couchbase-syncgateway, offline-first
- Language: HTML
- Size: 60.5 KB
- Stars: 12
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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!