sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

[Backend] Add CRUD operations to `workspace`. #255

Open ypotter opened 11 months ago

ypotter commented 11 months ago

Let's add the concept of workspace to the project.

This task requires 2 sub-tasks:

  1. Create a data model for a workspace.
  2. Create controller exporting CRUD operations.