Skip to content

Create Ingestion API Endpoint (Edge Function) #4

@Adam3Haikal3

Description

@Adam3Haikal3

Create a Supabase Edge Function (or API route) that listens for a POST request. It should validate the incoming JSON against my schema and insert it into the database.

Testing Strategy: Use curl or Postman to send the dummy_data.json content to this endpoint.

Acceptance Criteria:

  • Endpoint returns 200 OK when valid JSON is sent.
  • Data from dummy_data.json appears correctly in the Supabase Table view.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions