Skip to content

hantsy/symfony-rest-sample

Repository files navigation

Symfony Sample

Building Symfony RESTful APIs using the latest Symfony, Doctrine, PHPUnit, etc.

Docs

Go to the online docs to read the step-by-step guide.

Build

Start a Postgres database.

docker compose up postgres

Run the application

symfony server:start

Resources