Create a cloud app (using Google App Engine) that does the following:
1. Presents a form for posting the name of a university and the URL of a photo
2. Stores the university and the photo in the data store, along with the current date
3. Presents another page that displays the list of all universities and their photos
4. Runs an asynchronous task that deletes all universities and photos more than 5 minutes old
Notice that you will need to deploy your app to GAE in order to run asynchronous tasks (part 4, above).
Things to turn in:
? Turn in a 1page
PDF. The PDF should contain two screenshots.
? One screenshot should show a screenshot of your app, which should be running on the GAE
servers.
? The second screenshot should show a screenshot of GAE administrative console, showing your
data store contents
? Url of the form and the list page of your cloud app so that I can see your app working.
Note:
You can create the PDF anyway you like. But see homework #1 for tips on one good way to create a PDF.