In this website <b> https://www.codecademy.com/article/deploying-a-full-stack-app-with-heroku </b> the (activity) query should be updated from CREATE TABLE my_activites (activity text); to CREATE TABLE <b>my_activities</b> (activity text);
In this website https://www.codecademy.com/article/deploying-a-full-stack-app-with-heroku the (activity) query should be updated from CREATE TABLE my_activites (activity text);
to CREATE TABLE my_activities (activity text);