This is a gRPC fullstack (Dart and Flutter) CRUD application.
NOTE: Application is configured with melos.
So look into melos.yaml
for any relevant shell script/command.
Example:
dart pub get && dart run melos run test
-
packages/frontend
-> Frontend module (graphical user interface && gRPC client) build with flutter.
-
packages/backend
-> A backend module (gRPC server) build with dart.
-
packages/shared
-> This module is shared between
frontend
andbackend
. It consists mostly of protobuf files and generated code.