SPA for finding and annotating PIE roots in julius pokorny's:
indogermanisches etymologisches worterbuch (1959, public domain)
Parsed and cleaned book content from academiaprisca.
curl -X PUT http://127.0.0.1:5984/pokorny-17112501
curl -d @db.json -H "Content-type: application/json" -X POST http://127.0.0.1:5984/pokorny-17112501/_bulk_docs > my.log
E.g. if you dump and need to bulk upload
cat dump-db.json | jq '{"docs": [.rows[].doc]}' | jq 'del(.docs[]._rev)' > db.json-bulk-1
https://stackoverflow.com/a/37294271
replace "192.168.0.6" with "localhost" or your choice
http-server -p 3000 --cors
PouchDB is used to replicate roots database to browser local storage, allowing app to work offline, title reflecting progress during sync.
Learn more about 'offline first!' and PouchDB:
https://pouchdb.com/getting-started.html