Installed Django and MariaDB successfully
Database created and granted all privileges
Successfully after many attempts, was able to create the superuser and run the Django server
Challenges: Originally created the sql with PASSWORD password, and changed the password to raspberry. I had to go back into settings.py in the steves/stevens directory and change the password to PASSWORD. I also tried to create a new sql with rapsberry password but I had many errors. If time permits, I will go back and create a new sql, but for now, this works
Ran alternative version
Inputted the date, temperature, longitude, and latitude after logging in.
Challenges: Created an api key and pasted it to txt file but map was still not showing up. Everything else worked perfectly
4C: Flask
Setting up flask
running memory game on python through a second terminal
Challenges: Was not holding down the button so it said no content. I went online to see what the problem could be related to, but turned out to just be a functionality issue. I had to hold down the button, speak, and then leg go for analysis. The second challenge was that it had trouble running the prgram trhough json for the first try.
Reloading the page, and the program ran fine. I messed up at the end and reached level 4
Challenges: One of the challenges was setting up the Alexa program. I had to blindly and intuitively create a project that would lead me to further instructions such as pasting the json code from GitHub repository and changing the default region ngrok.io address in endpoint settings. There is a weird bug, the json input and output code do not show, but it still works
4D: Lamp
installed apache and latest version of php, moved index.html into index.html.bak. wend itno index.php and loaded php website with hello world programm
used two terminals to setup and run a wordpress website configuration with apache
Successfully created a wordpress website. Installed wordpress by pasting code from wordpress setup to nano wp-config.php in the /var/www/html directory
Website: http://192.168.1.242/wp-admin/
After Stevens project's success, myraspi gave me too many errors to continue even after doing the same steps as the Stevens project