improved orm setup

This commit is contained in:
2024-11-13 19:09:04 +01:00
parent 1e9ad26db5
commit 3043c83f71
13 changed files with 51 additions and 75 deletions
+7 -1
View File
@@ -21,4 +21,10 @@
1. GO: go run github.com/steebchen/prisma-client-go generate
2. Dart: pnpx prisma generate
3. Push Schema to DB
1. go run github.com/steebchen/prisma-client-go db push
1. go run github.com/steebchen/prisma-client-go db push
4. Run Backends
1. Adjust config in necessary
2. Inside the GoBackend folder run
go run cmd/actatempus/main.go
3. Inside the DartBackend folder run
dart run .\bin\backend_dart.dart