An open API service indexing awesome lists of open source software.

https://github.com/fiveisprime/credit-cookies

Example API for managing movies with credit cookies.
https://github.com/fiveisprime/credit-cookies

Last synced: about 1 year ago
JSON representation

Example API for managing movies with credit cookies.

Awesome Lists containing this project

README

          

Credit Cookies
==============

Example API for managing movies with credit cookies.

### Running Locally

Fire up a local MongoDB instance then do the following:

$ git clone git://github.com/fiveisprime/credit-cookies.git
$ cd credit-cookies
$ npm install
$ npm start