1
0
Fork
You've already forked backend
0
Back-end powering kazee
TypeScript 99.1%
Dockerfile 0.9%
hernik 4127b69f4c chore: rename
Signed-off-by: hernik <matyas@caras.wtf>
2025年10月28日 11:36:59 +01:00
bruno docs: create bruno collection 2025年08月04日 15:08:04 +02:00
prisma fix: generate schema into outside folder 2025年08月04日 15:06:24 +02:00
src fix: add a logging lib 2025年09月22日 18:13:15 +02:00
.bun-version chore: bump deps 2025年09月19日 18:38:22 +02:00
.gitignore fix: add user lookup endpoint 2025年09月19日 18:37:17 +02:00
biome.json fix: add a logging lib 2025年09月22日 18:13:15 +02:00
bun.lock fix: add a logging lib 2025年09月22日 18:13:15 +02:00
Dockerfile fix: use better auth instead 2025年07月29日 14:33:00 +02:00
LICENSE chore: rename 2025年10月28日 11:36:59 +01:00
package.json fix: add a logging lib 2025年09月22日 18:13:15 +02:00
README.md fix: add user lookup endpoint 2025年09月19日 18:37:17 +02:00
tsconfig.json Initial commit (via bun create) 2025年07月04日 20:22:35 +02:00

Kazee

This is the repo for the backend of Kazee, the open-source system to manage your spoiling food.

Develop

TODO

Database

Tip

The easiest way is to spin up an instance using Docker. Try docker run --name kazee-postgres -p 5432:5432 -e POSTGRES_PASSWORD=mysecretpassword -d postgres

Tip

If using the Docker setup above, you can set DATABASE_URL="postgresql://postgres:mysecretpassword@localhost:5432/postgres?schema=public"

License

Kazee backend server
Copyright (C) 2025 Matyáš Caras and contributors
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3 as published by
the Free Software Foundation.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.