This repository was forked from : https://github.com/YuPhengXiong/CS-361-Assignment-8 I have only made 1 change. That change was commenting out a print statement.
This is a sample of code that will call and receive data from other program functions.
- In the codes, it will include a Request.txt file that will be used to add integers or strings inside the file.
- The main program will set a string in the code, and it will request for a number, and then it will continue on with program.
- This txt file will be used in other code files that will be in use of my program.
In the main program, it will have a code that writes a string that ask to Send a Number, then it will go throught the microservice, and return back to the main program with the new data. It will do so by reading the txt file and print it out for the user to use, if they want.