To Run the Backend on the VM:
- cd to the ocd_backend folder
- Run command: ps aux | grep ocd_backend.jar to find the pid of the alreading running process
- run: kill -9 pid
- run: mvn clean install
- then run: nohup java -jar -Dserver.port=8081 target/ocd_backend.jar > output.log 2>&1 &