kickit.online is a web application that consumes The Movie Database API
This Project has two parts 1. A frontend javascript client that provides a user interface 2. A backend ruby on rails API that consumes The Movie Database API and renders to frontend
wanna see how awsome this application is? check it out.
makesure node.js and npm are installed
- run npm install
- run bower install
- follow backend setup instructions
- go to chrome and hit the backend
This project was built for an experimental and learning purposes by the owner Bruck Wubete Although it is experimental this application demenestrates the power of APIs and just how much flexibility they provide to developers.
TODO:expand this section
Running grunt test
will run the unit tests with karma.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write history
Fully built and developed by Bruck Wubete
TODO: Write license