Skip to content

jokeronaldo/crud-ember-1.13-slim-json-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

CRUD Ember + Slim + JSON-API

Quick start point to have an idea how to create ambitious web applications =)

Tested on windows over apache 2.4.9 + php 5.5.12 + mysql 5.6.17 (wamp server package)

In this package

  • Ember 1.13 application (CRUD)
  • Slim Framework api (CRUD)
  • Eloquent ORM
  • JSON-API (Neomerx PHP implementation)

Installation

Download

$ git clone https://github.com/ronaldo-systemar/crud-ember-1.13-slim-json-api.git

Inside api-simple-crud you got database.sql, run it. (default database is mysql, changes in .env)

$ cd crud-ember-1.13-slim-json-api
$ cd api-simple-crud
$ composer install
$ cd public
$ php -S localhost:1337

Assuming you got node installed.

$ install ember-cli (ember-cli.com)
$ cd ember-simple-crud
$ npm install && bower install
$ ember s

It's ambitious time! Go to your browser, http://localhost:4200

Nice coding =P

Developers

About

Simple CRUD Ember 1.13 + Slim Framework API w/ JSON-API (ready to test)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published