Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from api-platform/demo

Demo app for the API Platform framework

License

biggercode/demo

 
 

Repository files navigation

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

About

Demo app for the API Platform framework

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 87.8%
  • Gherkin 7.3%
  • Shell 2.8%
  • Dockerfile 2.1%