Skip to content

kalpeshcvi/demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

And go to https://localhost

Installation (manual)

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

# Create a user and a database in PostgreSQL and enter the credentials into .env

$ composer install

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

About

Demo app for the API Platform framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • PHP 11.0%
  • Gherkin 4.5%
  • CSS 4.0%
  • HTML 2.3%
  • VCL 2.0%
  • Other 0.9%