HumanTalks / humantalks-admin

https://humantalksparis.herokuapp.com
1 stars 0 forks source link
meetup

Backend for HumanTalks organizers

TODO

Install

Deploy

When packages changes, heroku may be lost. If so, use clean build

example :

heroku config:set SBT_CLEAN=true --app humantalksparis
git push heroku-prod master
heroku config:unset SBT_CLEAN --app humantalksparis

Public Api

This backend has a public Api allowing to retrieve some data. Here are the endpoints :

All endpoints can take an include query parameter that embeds required data directly inside the response.

Ex: /talks?include=speaker,meetup,venue