https://github.com/sandro/angular-movies
Angular spike (not interesting)
https://github.com/sandro/angular-movies
Last synced: about 1 month ago
JSON representation
Angular spike (not interesting)
- Host: GitHub
- URL: https://github.com/sandro/angular-movies
- Owner: sandro
- Created: 2012-07-07T21:12:07.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-10T02:38:36.000Z (almost 13 years ago)
- Last Synced: 2025-02-12T11:33:37.065Z (3 months ago)
- Language: JavaScript
- Size: 285 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Running the app
$ gem install sinatra
$ ruby app.rb
$ open -a Safari.app http://localhost:4567## Notes
State is managed in-memory when the server is started. State is reset when the
server is reset.