8000 GitHub - pjbaur/taskman: Task Manager application
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pjbaur/taskman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

taskman

Task Manager application

H2 console:

http://localhost:8080/h2-console

Testing the REST API:

curl http://localhost:8080/tasks

curl -X POST -H "Content-Type: application/json" -d '{
  "title": "Sample Task",
  "description": "This is a sample task"
}' http://localhost:8080/tasks

About

Task Manager application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0