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
Implement Categories functionality in the Blog website and update the Post page to associate posts with categories.
##Create Categories:
Categories to be created:
"Intro to Programming"
"React"
"Node"
"Python"
"Ruby"
General (for posts that don't belong to a specific category).
Admin-only Access:
##Categories Page (Admin Only):
Implement a page where the admin can
1- Add a new category
2- List all categories with an option to delete them.
Update Posts Page:
# Each post should be associated with a category. #When creating or updating a post, there should be an option to select a category # Categories for posts should include the following:
"Intro to Programming"
"React"
"Node"
"Python"
"Ruby"
"General"
Display the category associated with each post in the Posts Table.
The text was updated successfully, but these errors were encountered:
Task
Implement Categories functionality in the Blog website and update the Post page to associate posts with categories.
##Create Categories:
##Categories Page (Admin Only):
Implement a page where the admin can
1- Add a new category
2- List all categories with an option to delete them.
Update Posts Page:
# Each post should be associated with a category.
#When creating or updating a post, there should be an option to select a category
# Categories for posts should include the following:
"Intro to Programming"
"React"
"Node"
"Python"
"Ruby"
"General"
Display the category associated with each post in the Posts Table.
The text was updated successfully, but these errors were encountered: