Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/binarymuse/moviekue
AngularJS tutorial application
https://github.com/binarymuse/moviekue
Last synced: 29 days ago
JSON representation
AngularJS tutorial application
- Host: GitHub
- URL: https://github.com/binarymuse/moviekue
- Owner: BinaryMuse
- Created: 2013-08-04T03:08:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T08:13:24.000Z (almost 11 years ago)
- Last Synced: 2024-04-09T01:05:27.260Z (7 months ago)
- Language: JavaScript
- Homepage: http://moviekue.herokuapp.com/
- Size: 6.48 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MovieKue
========MovieKue is an AngularJS web application designed to teach AngularJS application design and programming. Eventually a screencast series will cover building the site.
![MovieKue](media/moviekue-ss-dev-place.png)
Installing
----------* `npm install`
* `cp config/config.json.example config/config.json`
* Edit `config/config.json` to include your [TMDb API key](http://www.themoviedb.org/faq/api)
* Edit `assets/js/moviekue.coffee` to include your own [Firebase URL](https://www.firebase.com/)
* (Optional) Load the data from `firebase-rules.json` into your Firebase Security Rules
* Start the server with `npm start`