Skip to content

b-franka/from-python-to-java-microservices-mafl_a

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

from-python-to-java-microservices-mafl_a

Postal label generator:

  • you can reach it on localhost:4567/
  • how to build up the request:
    • send these attributes via request body in JSON with the following attribute names
      • name of the customer (attribute="name")
      • country where the customer lives (attribute="country")
      • town where the customer lives (attribute="city")
      • address of the customer (attribute="address")
      • zipcode of the town, where the customer lives (attribute="zipcode")
  • the save file dialog will appear when you send the request

About

from-python-to-java-microservices-mafl_a created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%