Projet EPITECH Cash Manager [JAVA]
Build DOCKER image of API (port 8080)
npm run build-backend
Build DOCKER image of APK
npm run build-apk
Build All DOCKER images
npm run build-all
Build APK
npm run build-client
Run backend debug mode
npm run run-backend-debug
Expose APK (port 8081)
npm run run-expose-apk
Run backend
npm run run-backend
Test Backend
npm run test-backend