This API provides a set of RESTful endpoints for managing flashcards within the Cardly web application. It allows users to create, retrieve, update, and delete flashcards, making it easy to build interactive quiz features. Designed for simplicity and scalability, the API supports core operations such as fetching all cards, filtering by category, adding new cards, and editing or removing existing ones.

✅ GET Methods


1. Get All Cards for Home Page

2. Get Cards from My Flashcards

3. Get Cards from My Bookmarks

4. Get Specific Flashcard by ID

✅ POST Methods


1. Add New Flashcard Set

2. Add New Bookmark

3. Add Rating

✅ PATCH Method


1.Update an Existing Flashcard Set

2.Update an Rating