Frontend
Command = ionic serve -lcs
to run an emulated application
Command = ionic cordova run android
to run it on an android device (must be on debugging mode)
NOTE:: THE mapping function and camera function does not work on ionic serve
Backend
Spring framework used to run backend java server
Command = mvn spring-boot:run