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 the forum post category feature #86

Open R055A opened 2 years ago

R055A commented 2 years ago

Currently, forum posts are associated with a category ID, but this is just represented as a string. The category feature is yet to be developed. The category ID will be a mongoDB document ID and there will be a document for each category that each forum post is associated with. Refer to the frontend respository for more information regarding forum post categories.