Go to file
Patrick d9502cb13d start of implementation of tasklist with an overlay 2025-10-30 16:08:36 +01:00
prisma updated schema for task to have topic and description 2025-10-25 09:52:36 +02:00
src start of implementation of tasklist with an overlay 2025-10-30 16:08:36 +01:00
static start of implementation of tasklist with an overlay 2025-10-30 16:08:36 +01:00
.env.example Initial commit 2025-09-16 11:38:26 +02:00
.gitignore Initial commit 2025-09-16 11:38:26 +02:00
.npmrc Initial commit 2025-09-16 11:38:26 +02:00
README.md Initial commit 2025-09-16 11:38:26 +02:00
bun.lock upgraded dependencies 2025-10-30 16:05:31 +01:00
docker-compose.dev.yml Initial commit 2025-09-16 11:38:26 +02:00
package-lock.json Initial database layout 2025-09-16 15:03:50 +02:00
package.json upgraded dependencies 2025-10-30 16:05:31 +01:00
svelte.config.js Initial commit 2025-09-16 11:38:26 +02:00
tsconfig.json Initial commit 2025-09-16 11:38:26 +02:00
vite.config.ts Initial commit 2025-09-16 11:38:26 +02:00

README.md

TODO LIST

Running dev postgres server

docker compose --file docker-compose.dev.yml up