Django was used to create a sample website along with a weather website and Flask was used to create a memory game with Amazon and the Raspberry Pi.
Django, djangorestframwork, and other accompanying software was installed on the pi. The iot github was then pulled to refresh the pi. Then MySQL Server and Client was installed.
After, the MySQL server was connected to and a user “pi” was created then dropped.
Also, a test database was created and dropped. Then, the Exercise 4 databases were created and the pi user was granted privileges
A Django project “stevens” was then created. All necessary templates and static files were then copied. All files were modified as needed.
All necessary steps for the “weather” project were completed and the weather website was successfully run.
Later, the Adafruit DHT and BMP libraries were installed and tested.
For the weather project, migrations were made and run. The website was able to be run and some test values were inputted.
Then Flask-ask and Ngrok were installed along with cryptography. They were then tested with the "hello world" site.
An Amazon Developer account was set up and the memory game was created using code from the GitHub. It was then successfully run.
Apache, PHP and Wordpress were then installed.