The following modules were used for the server (whose files haven't been uploaded):
- express
- body-parser
- child_process
- Commands can be sent to the server for execution.
- Response recieved from the server is displayed in the app.
- Biometric auth and PIN has been added (PIN=1234).
- Server can be connected to the Android client using the IPv4 and port number.
- Implementation using async, await or Promise instead of callbacks.