Skip to content

hs-heilbronn-devsecops/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"}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published