Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joefiorini/rails-embedded-api


https://github.com/joefiorini/rails-embedded-api

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Embeddable Rails API

This spike is motivated by the impending death of ember-appkit-rails.

Certain parts of this spike (marked where necessary) will be extracted into a gem that is reusable
for any app that wants a lighter-weight solution similar to this.

The folder structure will be something like:

```
api/ Rails-API app
app/ Ember-CLI app
config/ Ember config
public/ Build assets served by Rails in development
vendor/ Bower install directory
```

Run it with:

```
bundle exec rackup api/config.ru
```

More to come soon.