Back-end powering kazee
|
|
||
|---|---|---|
| bruno | docs: create bruno collection | |
| prisma | fix: generate schema into outside folder | |
| src | fix: add a logging lib | |
| .bun-version | chore: bump deps | |
| .gitignore | fix: add user lookup endpoint | |
| biome.json | fix: add a logging lib | |
| bun.lock | fix: add a logging lib | |
| Dockerfile | fix: use better auth instead | |
| LICENSE | chore: rename | |
| package.json | fix: add a logging lib | |
| README.md | fix: add user lookup endpoint | |
| tsconfig.json | Initial commit (via bun create) | |
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/>.