Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Details The purpose of this web application is to give a user the ability to run their own blog . A blog is just a

Details
The purpose of this web application is to give a user the ability to run their own blog
. A blog is just a
series of posts made by an author. Each post has a title, a published date, an author, and textual
(HTML) content. When first loading the application at the root URL, the user should be presented with a
list of available posts listed in reverse chronological order (newest posts first). The application should
allow a user to login via the /login URL, which gives that user the ability to make changes to the blog.
After logging in, the user should be sent to the /dashboard page, which presents the user with an
interface that:
1. Shows a list of their posts in a table. This list just shows the title of the post, with buttons
labeled Edit and Delete. This edit button will take the user to a page that allows them to
update the post. The delete button will simply delete that post.
2. Allows the user to add a new post (This can be done either directly on the dashboard page
or on a new page).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

More Books

Students also viewed these Databases questions

Question

Are there any questions that you want to ask?

Answered: 1 week ago