946 B
Executable File
946 B
Executable File
Concept & Ideas
1 Tools and Packages
1.1 Dart
- Functional Programming: FPDart
- SQL ORM: Prisma Dart
1.2 Go
- Functional Programming: https://github.com/IBM/fp-go
1.3 TS
- Functional Programming: fp-ts Package
- Engine: Deno
2 Steps
- Install Prisma on Dart and Go
- Build ORM
- GO: go run github.com/steebchen/prisma-client-go generate
- Dart: pnpx prisma generate
- Push Schema to DB
- go run github.com/steebchen/prisma-client-go db push
- Run Backends
- Adjust config in necessary
- Inside the GoBackend folder run go run cmd/actatempus/main.go
- Inside the DartBackend folder run dart run .\bin\backend_dart.dart