External dependencies/libraries used:
- SwiperJs as touch slider.
- Ionic Storage for caching.
- @capacitor/filesystem for file storage.
- @capacitor-mlkit/barcode-scanning for QR code scanning.
The app currently tries to connect to localhost as API host ( which obviously will not work ). A quick workaround is to expose the API over local network.
In order to do so, please:
- Make sure both your mobile device and the machine that hosts the API server are on the same network.
- refer to this Chrome Inspector Documentation guide to enable port forwarding over network.