A webapp to manage your episodes left to watch on Betaseries and more
- MongoDB
- Node / npm
- Grunt & Bower
$ npm install -g grunt-cli bower
- Clone repository
$ npm install
$ bower install
- TODO: script to create database
### Run the app
$ node server.js
(TODO: use Grunt to launch the server and watch for changes)