columbus-elixir / marketing

12 stars 8 forks source link

Adds Speakers DB table, :new endpoint, UI updates #21

Closed mdarby closed 6 years ago

mdarby commented 6 years ago
curl --request POST \
  --url http://localhost:4000/api/speakers \
  --header 'content-type: application/json' \
  --data '{
    "speaker": {
        "url": "url",
        "name": "name",
        "title": "title",
        "email": "matt@matchedpattern.com"
    }
}'