sparrowapp-dev / sparrow-app

Your next-gen API testing and development tool.
https://sparrowapp.dev
GNU Affero General Public License v3.0
39 stars 24 forks source link

Feat: iimplement create team feature, where user can create their custom teams [1084] #1152

Closed itsmdasifraza closed 3 days ago

itsmdasifraza commented 4 days ago

Description

This pull request introduces the "Create Team" feature, allowing users to create custom teams with a name, description, and icon. It includes updates to the database schema, backend API endpoints, and frontend components to support this functionality.

added fields -

{
    "name": "Team Name",
    "description": "Team Description",
    "icon": "URL to the team icon"
}

Fixes #1084

What type of PR is this? (check all applicable)

Have you tested locally?