This is an Espresso Logic sample application showing how rules are used to calculate balances, validate transactions and move funds between accounts - Once you have an Espresso Logic account - follow these simple steps.
###To Install###
- clone this project file to your local drive
- Deploy the .SQL script to your MySQL database instance (cloud or local)
- Open your existing Espresso Logic Designer Studio and import the .JSON project file
- Under the Project selection - change the Authentication provider to Basic Authentication
- Under the Database selection - modify the database connection to point to your MySQL instance and make active.
###To Run###
- Click on LiveBrowser and view customers, accounts, and transactions
- Transfer money from checking to savings (try to overdraw the account)
- In the Logic Design Studio - click on Logs to see a complete trace of SQL and Business logic rules processed for each transaction
###appery.io###
- upload the zip backup files to your appery.io project
- change the REST endpoints in each of the services to use your Espresso Logic service endpoint
- RUn the test in the emulator (see the pdf documentation file).