Skip to content
Mohamed Hassan (JOSEPH) edited this page May 13, 2024 · 7 revisions

Prerequisite:

  • backend_system with fresh-data-state during each button-trigger to avoid undesirable data mutation AKA reset the fucken data state after each run from the web-frontend UI.

Reset the fucken data state means SHUTDOWN the app, then START it.


This file can be embedded into any web-frontend-app to handle crud operations with the backend.

Check this example as a usage in one client during integration with the backend. In reality, you shall have N clients.



Output of tests:

Clone this wiki locally