You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
I need to create a route GET /{topic-name}
I should create a method to list posts in post controller.
I should look for topicModel.slug in db.
If I dont find any topic, end-user should see 404 not found page.
If I find topic, end user see posts with pagination.
I need to use, post service, post repository and post model
The text was updated successfully, but these errors were encountered:
as a Developer;
I need to create a route
GET /{topic-name}
I should create a method to
list posts
inpost
controller.I should look for
topicModel.slug
in db.If I dont find any topic, end-user should see 404 not found page.
If I find topic, end user see
posts
with pagination.I need to use, post service, post repository and post model
The text was updated successfully, but these errors were encountered: