This was a very small test project created for experimenting with PouchDB in svelte.
The purpose behind it was to understand svelte as well as PouchDB and it's usage.
You can view a demo app (without the remote couchdb connection) here: https://deshmukhmayur.github.io/svelte-pouchdb-counter
You can skip this step if you already have a different couchdb server.
# Start the docker-compose service
docker compose up -d couchdb
# Install dependencies
npm install
# Start dev server
npm run dev
If you are using your own couchdb server, make sure to change the credentials in env.ts
.
I'm not accepting any active contributions to this project since this is just a project created while following a tutorial.
I will open it for contributions once I've made some additional modifications.
This project is licensed under MIT License.