Go to file
Patrick b0b6557464 added basic task endpoint 2025-10-19 17:12:04 +02:00
prisma moved generated prisma client to node_modules 2025-09-17 14:54:12 +02:00
src added basic task endpoint 2025-10-19 17:12:04 +02:00
static added global css 2025-10-02 11:41:56 +02: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 installed bun types 2025-09-17 13:35:46 +02: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 installed bun types 2025-09-17 13:35:46 +02: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