Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

is there good Angular Js + rails backend tutorial? [closed]

recently I read Micahel Hartl's Ruby on Rails tutorial.

It really works for me.

Now, I want to make front-end with Angular or Ember JS.

I plan to use rails as backend server with json.

please suggest any good tutorial or book in this situation.

thanks all of you!

like image 604
user3083380 Avatar asked Jan 22 '14 13:01

user3083380


People also ask

What is the best backend for AngularJS?

NodeJS as Backend for AngularJS NodeJS can be the best backend that can be used with AngularJS. It offers a large number of frameworks with Express . Express allows us to create flexible RESTful interfaces, but this is not a default feature of the Express .

Which backend language is best with Angular?

TypeScript is a superset of JavaScript that includes support for strong typing. Angular is written in TypeScript. It's the recommended language for creating apps with Angular.

Can I do backend with Angular?

The answer is simple. Yes, with the help of HTTP service and using PHP API. You can make a database on MYSQL and built logic using PHP and this can be easily accessed on Angular 2/4 app with the help of Service HTTP request.

Do you need a backend with Angular?

You still need the backend to hold and serve the pages to the client. Using a framework like Symfony on the backend might be overkill though if it can't be quickly setup to deliver pages only.


2 Answers

Railscast about Angularjs

Railscast about Emberjs Part 1 and Part 2

This is nice tutorial

Edit - After looking at all tutorials referenced in this post here is another one.

like image 175
Igor Drozdov Avatar answered Sep 19 '22 16:09

Igor Drozdov


There's a paid one here. I've only watched the first video about the Rails part, and it was straightforward. egghead.io AngularJS/Rails TODO API

Others:

  • AngularJS with Rails 4 Blog App Tutorial by Adam Anderson
  • Same thing but for a stockmarket app, by Alexander Potrykus
  • http://start.jcolemorrison.com/setting-up-an-angularjs-and-rails-4-1-project/
  • http://www.honeybadger.io/blog/2013/12/11/beginners-guide-to-angular-js-rails
  • https://shellycloud.com/blog/2013/10/how-to-integrate-angularjs-with-rails-4
  • Same guy as previous, http://mkwiatkowski.github.io/angularjs-rails4-trug-presentation/#3

More tips than tutorial:

  • http://codetunes.com/2014/5-tips-on-how-to-use-angularjs-with-rails-that-changed-how-we-work/
  • http://www.slatestudio.com/blog/p/better-programming-with-ruby-on-rails-and-angularjs
like image 44
undefinedvariable Avatar answered Sep 18 '22 16:09

undefinedvariable