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.
The Fido library depends on the following open source libraries:
- clone the source to a location of your choice
- Create a system environment variable
FIDOAPP
pointing to thefidoapp\source
folder - 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\UseCases
to the Library path (for all the available platforms.