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

feat: Add Author class and AuthorController #26

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mitchell-liatrio
Copy link

This pull request primarily introduces a new feature to the devopsknowledgeshareapi application: the ability to handle Author objects. This includes the creation of the Author class, an AuthorService to manage Author objects, and an AuthorController to handle HTTP requests related to Author objects. Additionally, a unit test for the AuthorController was added, and a small modification was made to the Post class to improve error messaging.

New feature - Handling of Author objects:

Testing:

Improvement to existing code:

The code changes include adding the `Author` class and `AuthorController` to the project. This allows for managing authors in the API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant