Users can add, edit, update and delete talks and associated unconferences.
Deployed on Heroku with endpoints at https://unconf.herokuapp.com/api/unconferences and https://unconf.herokuapp.com/api/talks.
- Rails 5
- jbuilder gem
- PostgreSQL
- Bugs - App breaks in production, need to fix Setup controller -- superclass must be a class (module)
- TODO: Integration with IFTTT
git clone https://github.com/ychoy/unconference.git
bundle
rails db:create db:migrate db:seed
rails s