https://github.com/binarymuse/moviekue
AngularJS tutorial application
https://github.com/binarymuse/moviekue
Last synced: over 1 year ago
JSON representation
AngularJS tutorial application
- Host: GitHub
- URL: https://github.com/binarymuse/moviekue
- Owner: BinaryMuse
- Created: 2013-08-04T03:08:52.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-12-10T08:13:24.000Z (over 12 years ago)
- Last Synced: 2025-03-23T18:58:25.870Z (over 1 year ago)
- Language: JavaScript
- Homepage: http://moviekue.herokuapp.com/
- Size: 6.48 MB
- Stars: 3
- Watchers: 2
- 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.

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`