Skip to content

kagemusha/emblog-server

Repository files navigation

Emblog Server

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.

Development

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.

Installation

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`

License

MIT License, for the current year, with copyright holders being Michael Madrid and emblog-server contributors

About

A server for the emblog ember blog client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published