···1515updateschema:
1616 curl -fsSL https://git.inpt.fr/churros/churros/-/raw/main/packages/db/prisma/schema.prisma -o schema.prisma
17171818-updateopenapi:
1919- go run github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen --config=openapi-config.yaml openapi.yaml
1818+genprisma:
1919+ go get github.com/steebchen/prisma-client-go
2020+ go run github.com/steebchen/prisma-client-go generate
20212122generate:
2223 just updateschema
+9
README.md
···11# churros/notella
2233Notification queue server for [Churros](https://git.inpt.fr/churros/churros)
44+55+## Installation
66+77+```bash
88+# generate prisma client
99+just genprisma
1010+# start
1111+just
1212+```