chrisdiana / slim-cars-frontend

A Front-end for REST API using Slim Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slim Demo - REST API Frontend


This is part 2 of the Getting Started with Slim Framework: Creating a RESTful API post. Part 1 is here. You can checkout each step by the staged commits.

Slim Frontend Demo

  1. (fcff85b) Setup directory, add Skeleton CSS and Zepto.js
  2. (70d492d) Add API
  3. (1c9f844) Setup template, add styles
  4. (03c23a5) Initialize Zepto, Get all cars
  5. (3aec2d2) Get car by id
  6. (ddb285b) Add a car
  7. (6ee1e42) Update a car
  8. (52734e6) Delete a car

About

A Front-end for REST API using Slim Framework


Languages

Language:JavaScript 68.8%Language:HTML 25.0%Language:CSS 6.2%