
Demo
https://natural-db.com.
One-click deployments
Currently looking into:

Let's see if this works, heroku didn't work.
Not supported for now:

In order to make the heroku deployment work properly, a custom Amazon RDS instance would have to be configured. HMU in the gitter and I'll guide you through it if you want to deploy to heroku. Be aware that the Amazon RDS instance will cost money.
Getting started
$ git clone https://github.com/LemonAndroid/natural-backend.git
$ sudo apt install redis
- Change into the app directory:
$ cd natural-backend
$ bundle install
$ bundle exec rake db:setup
$ bundle exec rails server
$ bundle exec sidekiq