Just a simple project to test couchDB functionalities. The main objective is to test offline capabilities and sync when it back on-line!
And yeah, it works! Perfectly :D
- React
- Nextjs
- PouchDB
- CouchDB
- TypeScript
- CSS Modules
- NextJS
- CouchDB
- React Bootstrap
- NextJS + PouchDB
- PouchDB - API Overview
- PouchDB Authentication
- PouchDB - Getting Started Guide
- Aplicando offline-first com PouchDB
- Offline First Progressive Web Applications
As always, clone the project, run yarn
to install all dependencies (or npm) inside project folder and then yarn dev
.
As you can see, the project is using a ec2 instance to run couchdb database.
Open two browser tabs and change product name in one of them. See the magic happens! CouchDB will automatically change data in all connected clients.
😁 Have fun code!