Sample implementation for Todo-Backend (http://www.todobackend.com) using Rails 5 api only mode and mongoid backend
Important: Set env variable DB_HOST to address:port of your mongo db host (e.g. 192.168.99.100:32768)
Known issues
- Does not work in production mode (needs CORS config).