A blogging-engine API server to be used with Emblog, a blogging client written in Ember using Ember-cli. It is meant for demo purposes, so has some rough edges and is not recommended as-is for production use.
This application was generated with the rails_apps_composer gem provided by the RailsApps Project.
It uses Devise and Doorkeeper for token authentication, and Pundit and Rolify for authorization.
1. Clone the project
2. `cd emblog-server` #or whatever dir you clone the project to
3. run `bundle install`
4. run `bundle exec rake db:create`
5. run `bundle exec rake db:migrate`
6. If you want a default user and post, `bundle exec rake db:seed`
MIT License, for the current year, with copyright holders being Michael Madrid and emblog-server contributors