Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

You will use the built - in auth to register and create accounts. You must be logged in to access any page other the buil

You will use the built-in auth to register and create accounts.
You must be logged in to access any page other the buil-in auth pages
App will consist of a single page vie app with 2 columns
The left column has a textarea to input a post followed by your feed
Posts are text only they may contain tags as in #news #technology #whatever. When a new post is submitted, the post is parsed for tags, and it will be tagged in database with the provided tags.
The right columns shows known tags and they should be toggable
The feed shows the 100 most recents posts containing the selected tags. Filtering must be done server side.
the app must be called "tagged_posts" and live in apps/tagged_posts
Any alphanumeric word in a post content that starts with a # is a tag (regex (\#\w+)). The tag must be stored in the tag_item.name without the # and always in lowercase.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

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

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions