You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Set up Postman mock server and routes for Tags and Articles so that frontend devs can start working.
Describe the solution you'd like
Create the CRUD routes and examples for Tag and Article
CreateTag - /api/tags POST
UpdateTag - /api/tags/int:tag_id PUT
DeleteTag - /api/tags/int:tag_id DEL
FetchTag - /api/tags/int:tag_id GET
CreateArticle - /api/articles POST
UpdateArticle - /api/articles/int:article_id PUT
DeleteArticle - /api/articles/int:article_id DEL
FetchArticle - /api/articles/int:article_id GET
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Set up Postman mock server and routes for Tags and Articles so that frontend devs can start working.
Describe the solution you'd like
Create the CRUD routes and examples for Tag and Article
The text was updated successfully, but these errors were encountered: