SE701-T5 / Backend

Heroku deployed Node.js backend server developed by Team-5 for the UniForum project associated with the University of Auckland SOFTENG 701 course
https://uni-forum.herokuapp.com/
MIT License
2 stars 18 forks source link

Implement forum user deletion. #59

Closed kimslor closed 2 years ago

kimslor commented 2 years ago

Description

Implement an HTTPS delete request to delete a forum user from the database.

Related Issue

Solves https://github.com/SE701-T5/Backend/issues/23

Type of change

How Has This Been Tested?

Unit tests have been written to test this functionality.

Checklist:

For more information, refer to the Contributing Guidelines and Code of Conduct links at the bottom of this page.