2017 © Pedro Peláez
 

project backend

Kickstart a RESTful backend for your Javascript application

image

fortune/backend

Kickstart a RESTful backend for your Javascript application

  • Wednesday, September 24, 2014
  • by jfortunato
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Fortune Backend

Kickstart a RESTful API for your JavaScript application., (*1)

Installation

composer create-project fortune/backend your-project
direct
git clone https://github.com/jfortunato/fortune-backend
cd fortune-backend
php composer.phar install

Getting Started

A server is required to run your application. Fortunately PHP 5.4+ comes with a development server that is very easy to get started with. Just navigate into the public directory using your terminal and start the server from there., (*2)

cd public/
php -S localhost:8000

Now just navigate to http://localhost:8000 using your web browser to view the main page., (*3)

You can also use a full-fledged server such as Apache or Nginx, (*4)

The Versions

24/09 2014

dev-master

9999999-dev

Kickstart a RESTful backend for your Javascript application

  Sources   Download

MIT

The Requires

 

by Justin Fortunato

api rest javascript backend

24/09 2014

0.1.0

0.1.0.0

Kickstart a RESTful backend for your Javascript application

  Sources   Download

MIT

The Requires

 

by Justin Fortunato

api rest javascript backend