Skip to content

mtarld/sfcon-apip

Repository files navigation

API Platform, the good way

An API Platform decoupling implementation example

Installation

  1. Clone the repository

  2. Install dependencies:

composer install
  1. Setup databases:
bin/console doctrine:schema:update --force
bin/console doctrine:schema:update --force --env test

Usage

Development Server

Start the Symfony development server:

symfony server:start

Then, play with your app at http://127.0.0.1:8000/api

Running Tests

php bin/phpunit

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages