Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 558 Bytes

File metadata and controls

8 lines (6 loc) · 558 Bytes

from-python-to-java-microservices-welcome_screen

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

This API can help your webshop to create a "lottery" sort of game for your users. The API can choose one of your users randomly, in a particular time of the day, and it sends an email for that user with the details of the price and sends back the winners email address for you (the webshop-owner).

The API needs to get a JSON object with the all the email addressess (key) and names (value) of your users (in the request body).