Hi! Welcome in this repository dejamobile_takehome_bankapp. It contains C# code developped with Visual Studio 2017 with .NET 4.6.1 target regarging the Dejamobile takehome exercice. GUI framework used here is Windows Presenter Foundation. This projects requires some NuGET packages. In case those packages fail to install automatically, here's a list of package to install "manually" thru NuGET package manager (in Visual Studio) :
- MahApps.Metro (v1.6.5)
- Newtonsoft.Json (v12.0.1)
- Prism.Unity (v7.1.0.431)
- Prism.Wpf (v7.1.0.431)
- ToastNotifications (v2.5.0)
- ToastNotifications.Messages (v2.5.0)
All lastest developments have been merged to MASTER branch, be sure to check out this one !
To browse this project with Visual Studio, open dejamobile_takehome_bankapp.sln solution. To build, click Build then Build solution. A .exe output file should be generated in /Bin/Debug (/Release in case you switched to release mode).
You can also simply press F5 key to start debugging and automatically start the application.
PLEASE NOT THAT without "Dejamobile backend running" all operations with this app will fail as the SDK will not manage to reach the backend. To start the backend, let's go to backend repository, follow the readme and enjoy the ride !