Nathan Johnson
Instructor Devin Gray
Montana State University: Industry Methods Assignment 6
Instructions: Run the project from Main.java (navigate to src/main/java/com/example/Main.java) and navigate to the localhost port. Input a number in the box and click the "calculate" button. The number will get sent to the server, which will then run the number through the sumofPrimes code and will return a string back to the front-end that says the following: The sum of primes from 0 to [number] is [sum of primes].