thegrowthhacker / tek12-fatjs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tek12-fatjs demo

A simple to-do app built with Backbone.js, syncing with a backend using Slim 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 to install the PHP libs. The API app uses Slim.

About