Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

TaskForge — Django REST Framework

Minimal Django API with Delimit governance.

Setup

python -m venv venv && source venv/bin/activate
pip install -r requirements.txt
python manage.py runserver

Endpoints

GET  /health        — Health check
GET  /tasks         — List tasks
POST /tasks         — Create task (body: {"title": "..."})
GET  /tasks/{id}    — Get task
DELETE /tasks/{id}  — Delete task

Governance

The delimit.yml and .github/workflows/api-governance.yml are pre-configured. Push this directory to a GitHub repo, open a PR that modifies api/openapi.yaml, and Delimit will validate the change automatically.