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

Backend Intern Assessment Angel Shek #173

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

Conversation

angelshek
Copy link

@angelshek angelshek commented Jan 27, 2024

In this update, I implemented the core functionality for managing articles in our application. Here's a breakdown of the changes:

Article Model: We've added an Article model with fields for title, content, author, and date. We've also added a search method that allows us to find articles based on a query.

Articles Controller: We've added an ArticlesController with actions for creating, reading, updating, and deleting articles. This includes index, show, new, create, edit, update, and destroy actions.

Article Views: We've added views for displaying and managing articles. This includes an index view for listing all articles, a show view for displaying a single article, a new view with a form for creating a new article, and an edit view with a form for updating an existing article.

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