Skip to content

hhn-secops-projectgrp-vrock/taskman

 
 

Repository files navigation

Taskman

Open in Gitpod

Testing from the command line

Create a new task

curl --request POST --url http://localhost:8000/tasks \
  --header 'Content-Type: application/json' \
  --data '{"name": "my name", "description": "my description"}'

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Dockerfile 3.7%