Getting Started With API Platform
Database Create the database and its schema:
symfony console doctrine:database:create
symfony console doctrine:schema:create
And start the built-in PHP server:
symfony serve
Now you should be able to access the application through the following URL
[http://127.0.0.1:8000](http://127.0.0.1:8000)