Skip to content

dkunz2024/CS361assn7microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CS361 Assignment #7 Microservice Communication Contract

Requesting & Retrieving data

  1. Download assn7send.py & assn7receive.py from the repo
  2. SEND: Start by running the assn7send.py first, do this by:

python assn7send.py

  1. It will ask you to input a zipcode or address. When you've successfully inputted one of these, it will craft a message to send.
  2. RECEIVE: Receive the data by running the assn7receive.py, using:

python assn7receive.py

  1. The terminal will first print the message that was receieved. Then, you will be given a sample list of 5 locations near you.

Please let me know if you have any questions! You can reach me over discord & text like we have been communicating with so far.

UML sequence diagram

The assn7send.py file gathers and sends over a user's zipcode/address using main(). After assn7receive.py receives it, nothing else happens. uml2

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages