/demo

Demo app for the API Platform framework

Primary LanguagePHPMIT LicenseMIT

API Platform Demo

This a demonstration application for the API Platform Framework. Try it online at https://demo.api-platform.com.

Installation (recommended)

$ git clone https://github.com/api-platform/demo.git


$ docker-compose up

Installation (manual)

$ git clone https://github.com/api-platform/demo.git

$ composer install

# Create a user and a database in MySQL and enter the credentials during composer install

$ php bin/console doctrine:schema:update --force