issues
search
jwpf100
/
node-blog
Blogging App - CRUD backend for Admin to add, amend and delete articles. API to pass data on to Frontend. Express used for routing. MongoDB for storage. Hosted on AWS using NginX reverse proxy.
0
stars
0
forks
source link
Delete a tag
#16
Closed
jwpf100
closed
4 years ago
jwpf100
commented
4 years ago
User Story
As a user I can delete tags that are not needed/incorrect
Acceptance Criteria
Individual tags can be deleted if there are no associated blog posts
If there are associated blog posts, they are listed and can be clicked on
User Story
Acceptance Criteria