matteod / myproject

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myproject

You need to update the .env file with your database connection params, and regenerate with composer dump-env dev

Create the database (same name that you've used in the .env file)

Create the table with ./bin/console doctrine:schema:create

Run the Symfony server with symfony server:start or symfony serve -d

Go to /api page

About


Languages

Language:PHP 71.4%Language:Shell 20.1%Language:Twig 8.5%