Sample Frontend Page > https://github.com/dev-au/soatuz/tree/frontend
Feature URLs
- news/all-categories - Get all news category
- news/<'int:id'> - Get full article information
- news/rec/<'int:id'> - Get recommendation news, this is filter with tags
- news/search/<'str:query'> - Search news in article title text
- news/search/tag:<'str:query>' - Filter news with tag
- news?count=<'int:id'>&category=all - Get news for main page
- news?count=<'int:id'>&category=<'str:slug_name'> - Get news for main page with category filter
Amenities
- Easy controlling with django admin panel
- Easy url request endpoints and drf simple responses
- Detecting user interests depending on read news with tag name