dgavey / rails-ember-friends

A demo project for Rails and Ember

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This is a bare bones Ember and Rails project using data from Dedolist.

Setup instructions

Rails: Using ruby 2.7.1 do a bundle in the root folder

Ember: In the client folder using Node 10+ do a yarn or npm install

Data Setup:

In the root folder run rails db:create

Starting the application

In the root folder run rails s

In the client folder run yarn start

Extra notes

The Rails side is API only and uses the GEM https://github.com/stas/jsonapi.rb

About

A demo project for Rails and Ember


Languages

Language:Ruby 78.4%Language:JavaScript 16.5%Language:HTML 4.9%Language:Handlebars 0.1%