Go to file
2022-10-07 16:30:26 +02:00
.husky feat: lint-staged 2022-10-06 13:36:01 +02:00
src chore: move signal creation up 2022-10-07 16:30:26 +02:00
.editorconfig chore: editorconfig & prettierrc 2022-10-06 13:36:01 +02:00
.gitignore chore: ignore .pnpm-store 2022-10-07 13:49:14 +02:00
.nvmrc feat: run in docker 2022-10-05 17:45:41 +02:00
.prettierignore chore: editorconfig & prettierrc 2022-10-06 13:36:01 +02:00
.prettierrc chore: editorconfig & prettierrc 2022-10-06 13:36:01 +02:00
docker-compose.yml feat: install pouchdb & configure dependency 2022-10-06 13:36:01 +02:00
index.html initial revision 2022-10-05 17:44:59 +02:00
package.json feat: database singletons 2022-10-07 10:34:44 +02:00
pnpm-lock.yaml feat: database singletons 2022-10-07 10:34:44 +02:00
README.md fix: enable CORS on server 2022-10-07 10:01:22 +02:00
tailwind.config.js feat: tailwindcss integration 2022-10-06 13:50:14 +02:00
tsconfig.json fix: Fix tsconfig 2022-10-07 14:49:27 +02:00
vite.config.ts feat: database singletons 2022-10-07 10:34:44 +02:00

SolidJS + CouchDB

Everything runs in Docker:

docker-compose up

Enable CORS on CouchDB server:

npm install -g add-cors-to-couchdb
add-cors-to-couchdb http://user:pass@localhost:5984

UI is available on http://localhost:3000

Database is available on http://localhost:5984