2017 © Pedro Peláez
 

project rest-server-demo

image

damijanc/rest-server-demo

  • Friday, January 6, 2017
  • by damijanc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Travis status, (*1)

simple-rest

Example rest service using Symfony 3, Doctrine and MariaDB, (*2)

Installation:

  • Run in project root composer install
  • Setup database mysql -u root < ./Model/generation.sql

How to run

  • You can run the server with builtin php server just by running php bin/console server:run

Tests

To run tests run ./vendor/bin/phpunit in project root, (*3)

The Versions