Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/samuelsimoes/angular-todo-app
- Owner: samuelsimoes
- Created: 2014-04-16T02:38:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-16T11:02:15.000Z (over 10 years ago)
- Last Synced: 2024-11-07T21:14:26.272Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.