FidoDemoApp
October 6, 2022 ยท View on GitHub
FidoDemoApp is a never ending and always work in progress demo project/showcase that shows how to create backend (micro)services and MVVM frontend using the FidoLib library.
Dependencies
The Fido library depends on the following open source libraries:
Installation
- clone the source to a location of your choice
- Create a system environment variable
FIDOAPPpointing to thefidoapp\sourcefolder - Go to Delphi menu -> Tools -> Options... -> Delphi Options -> Library
- add
$(FIDOAPP)\source\shared;$(FIDOAPP)\source\shared\Persistence\ApiClients;$(FIDOAPP)\source\shared\Persistence\Gateways;$(FIDOAPP)\source\shared\Persistence\Repositories;$(FIDOAPP)\source\shared\Presentation\Controllers\ApiServers;$(FIDOAPP)\source\shared\Domain;$(FIDOAPP)\source\shared\Domain\ClientTokensCache;$(FIDOAPP)\source\shared\Domain\UseCasesto the Library path (for all the available platforms.