issues
search
agnyz
/
the-bed-stack
Bun + ElysiaJS + DrizzleORM = the stack you don't want to sleep on 🛌💤
https://agnyz.github.io/the-bed-stack/
MIT License
39
stars
3
forks
source link
Implement Articles List and Feed features
#77
Open
Hajbo
opened
1 year ago
Hajbo
commented
1 year ago
Implement two Articles endpoints:
List Articles
No auth
Limit-offset pagination
Some filters: tag, author, favorited
Make sure to return the articles ordered by most recent first
Feed Articles
Auth required
It has the same simple pagination
Filter for only articles by followed users (no filters from the request)
Make sure to return the articles ordered by most recent first
Implement two Articles endpoints: