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.
- Host: GitHub
- URL: https://github.com/fiveisprime/credit-cookies
- Owner: fiveisprime
- Created: 2013-05-20T21:47:42.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-30T15:25:55.000Z (almost 13 years ago)
- Last Synced: 2025-02-04T14:21:33.205Z (over 1 year ago)
- Language: JavaScript
- Size: 8.27 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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