jwojciec / task-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

curl examples:

curl -i -X GET localhost:2222/tasks
curl -i -X POST localhost:2222/tasks -H "Content-Type: application/json" -d '{"name":"test-task"}'
curl -i -X POST localhost:2222/tasks -H "Content-Type: application/json" -d '{"id":1, "name":"whatever", "active":"false"}'
curl -i -X GET localhost:2222/tasks/1
curl -i -X DELETE localhost:2222/tasks/1

Use DB Credentials from heroku:

url: jdbc:postgresql://[host]:5432/d3c11mcrfmocau?sslmode=require
username: [username]
password: [password]

About


Languages

Language:Java 69.8%Language:CSS 26.0%Language:HTML 4.2%