Skip to content

gtd-assistant/backend-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running it from curl

export API_PASSWORD="" # Get the password from the log
curl -XPOST --data '{"name": "buy milk"}' \
-H "Content-Type: application/json" \
"http://user:$API_PASSWORD@localhost:8080/api/v1/cards"