a-box31 / ABlog

Creating a blogging website using mySQL, Expess.js, React.js, and Node.js.
https://ablog-xi3j.onrender.com/
1 stars 4 forks source link

Delete Account Route Update with Blogs #11

Closed a-box31 closed 3 weeks ago

a-box31 commented 3 weeks ago

Deleting the account requires the deletion of all blogs under that account name. This means querying the database in the database.js file, which holds all the scripts for queries. If someone could please update the deletion method to also delete the blogs and sessions and all other user information that would be great!