# Homework

Updating blog app frontend to fetch data from the teaching teams API.

# Requirements

  • Requirement:
    • Fetching data from the API - Endpoint:
      • https://ix-blog-app-2d5c689132cd.herokuapp.com/
    • Fetching:
      • Blog Posts:
        • All blogs - fetchBlogs
          • https://ix-blog-app-2d5c689132cd.herokuapp.com/api/blogs
        • Blogs by category ID - fetchBlogsByCategoryId
          • https://ix-blog-app-2d5c689132cd.herokuapp.com/api/blogs/category/[categoryId]
      • Categories:
        • All categories - fetchCategories
          • https://ix-blog-app-2d5c689132cd.herokuapp.com/api/categories