The engine behind Full Stack Fest's 2016 AI bot.
- An elixir umbrella app containing two apps:
The web interface uses:
- webpack to bundle all the assets.
- babel to transpile ES7.
- react.js to render the views.
- mobx for state handling.
It can be easily deployed via docker as it includes a Dockerfile.