/symfony-rest-sample

Symfony REST Example

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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