Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

mtnstar/jsft-rails

Repository files navigation

Rails API with ember and angular

this is an example project combining a ruby on rails JSON api with ember.js and angular.js.

getting started

install rvm (http://www.rvm.io for instructions)

clone this repository git clone https://github.com/psunix/jsft-rails.git

change to new directory

cd jsft-rails

install depenencies

bundle install

create db and load seeds

rake db:migrate db:seed

run server

rails s

now you're ready to access the applications

http://localhost:3000 (classic html) http://localhost:3000/ember/ (ember) http://localhost:3000/angular/ (angular)

next

feel free to explore the project.

comments, feedback, improvements ... are very welcome :-)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published