Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/funkatron/tek12-fatjs
https://github.com/funkatron/tek12-fatjs
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/funkatron/tek12-fatjs
- Owner: funkatron
- Created: 2012-05-17T23:34:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-24T21:02:21.000Z (over 12 years ago)
- Last Synced: 2023-04-11T01:07:24.710Z (over 1 year ago)
- Language: JavaScript
- Size: 279 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tek12-fatjs demo
A simple to-do app built with [Backbone.js](http://documentcloud.github.com/backbone/), syncing with a backend using [Slim](http://www.slimframework.com/) and MongoDB
## Requirements
* A web browser
* A web server (tested with Apache)
* PHP 5.3+
* MongoDB 2.0+## Setup
* you should serve this from a *root* URL, like `http://tek12-fatjs/`. The API routes assume that
* MongoDB should just be running on localhost
* Use [Composer](http://getcomposer.org/) to install the PHP libs. The API app uses [Slim](http://www.slimframework.com/).