fix: typo

This commit is contained in:
Jean Jacques Avril 2025-01-01 21:37:52 +00:00
parent 10c72f22c5
commit ac0a5e994f
No known key found for this signature in database

View File

@ -90,7 +90,7 @@ go run cmd/actatempus/main.go # Backend on port 8080
cd backend-dart cd backend-dart
dart run bin/backend_dart.dart # Backend on port 8080 dart run bin/backend_dart.dart # Backend on port 8080
``` ```
## Databse ## Database
To simplify things, we chose to use prisma as orm. This enables us to use the same database definition for go and dart. Therefore also error prone manually written sql queries can be avoided. To simplify things, we chose to use prisma as orm. This enables us to use the same database definition for go and dart. Therefore also error prone manually written sql queries can be avoided.