Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX]: [EXPRESS.JS] Create API endpoint for creating a blog post #1169

Open
udokachi opened this issue Aug 24, 2024 · 1 comment
Open

[FIX]: [EXPRESS.JS] Create API endpoint for creating a blog post #1169

udokachi opened this issue Aug 24, 2024 · 1 comment
Labels

Comments

@udokachi
Copy link

Description

Develop an API endpoint to handle the creation of new blog posts.

Acceptance Criteria

  • The API endpoint is secure; only the admin can create a blog post.
  • Expected Outcome
  • Admins can successfully create blog posts through the API, which are stored in the database.

Requirements

  • The API should only allow the admin to create blog posts.

  • The API must be integrated with the database to store the blog post data.

  • Error Handling: Implement logging for successful and failed blog post creation attempts, including appropriate error handling and responses.

Expected Outcome

Admins can successfully create blog posts through the API, which are stored in the database.

@Nandini1071
Copy link

Hi, is this issue still open?
if yes then what is pending/requirement for this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants