diff --git a/README.md b/README.md index c82abfe..edc493b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ With optional user authentication. Powered by [Dexie.js](https://dexie.org/) and ## Demo +Three steps to a running Demo App with two-way synchronization for tasks and files and with user management. + 1. Install [Docker](https://www.docker.com/) and [Node.js](https://nodejs.org/) 2. Open the Terminal and copy paste: @@ -15,6 +17,8 @@ With optional user authentication. Powered by [Dexie.js](https://dexie.org/) and ``` 3. Open the **Demo App** at http://localhost:5173 in multiple browsers and play with the synchronization. + + Test the **user management**. Register, login, see how personal data is managed well, change the password, logout. Open **phpMyAdmin** at http://localhost:8080, login with `root`:`root` and take a look at the database. diff --git a/package-lock.json b/package-lock.json index c75cb69..1b000b1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "dexie-mysql-sync", - "version": "5.0.2", + "version": "5.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "dexie-mysql-sync", - "version": "5.0.2", + "version": "5.0.3", "license": "MIT", "dependencies": { "js-crud-api": "^0.4.0", diff --git a/package.json b/package.json index 9ecb491..048edc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dexie-mysql-sync", - "version": "5.0.2", + "version": "5.0.3", "description": "", "main": "lib/index.js", "type": "module",