Skip to content

Milestone 1 — Basic Task API #3

Description

@dschrimpsher

Goal

Implement a basic REST API backed by PostgreSQL.

Requirements

  • GET /tasks
  • POST /tasks
  • Validate input: title is required
  • Return proper HTTP status codes
  • Handle errors gracefully

Deliverable

Working API that supports creating and retrieving tasks.

Notes

  • Use raw SQL
  • Do not use an ORM
  • Keep implementation simple and readable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions