Write an app to: 1. accept text from the command line and savae it to sqlite, then spit out the whole db Write a webserver to: 1. open the sqlite db, read it, and print the contents to a browser. Write a web app: * With a single form, which accepts input and does the equivalent of 1.