Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/samuelsimoes/angular-todo-app

Tiny experimental Angular.js ToDo app with Rails!
https://github.com/samuelsimoes/angular-todo-app

Last synced: 5 days ago
JSON representation

Tiny experimental Angular.js ToDo app with Rails!

Awesome Lists containing this project

README

        

##Angular.js ToDo App

My first app with Angular.js to understand better this awesome Javascript framework. Feel free to comment any mistake which you find.

###Installation

```
bundle install
bundle exec rake db:migrate
bundle exec rails s
```
and access the `http://localhost:3000`.