Blog backed using Grape API + Rails ActiveAdmin to manage content
Blog backend using Grape API + Rails ActiveAdmin to manage content. App is a showcase but live and operating.
Additional information can be found docs/ directory:
Run:
bin/setup
bin/guard
This command will run guard which will run Rails and listen for changes in the code
Guard configuration can be found in Guardfile
API documentation is generated with grape-swagger gem and is available under /swagger
Visit /admin/login
path (replace admin with ACTIVE_ADMIN_NAMESPACE env if set).
Protop: Do not use obvious names for admin path
Deployment is done by pushing code to appropriate git branch (master for staging / production for production).