Skip to content

zak39/address-book-sf

Repository files navigation

Symfony Address Book Project

This project is a simple address book application built with Symfony, aimed at listing contacts. It's designed as a learning tool for practicing Doctrine ORM, migrations, and data generation with FakerPHP.

Start project

First, install all dependencies using Composer:

composer install

Next, start the database using Docker Compose in detached mode:

docker compose up -d

Run the database migrations to set up the schema:

symfony console doctrine:migrations:migrate

Load some sample data into the database using FakerPHP fixtures:

symfony console doctrine:fixtures:load

Finally, start the Symfony development server:

symfony server:start -d

Visit http://localhost:8000 in your browser to see the application in action.

About

This is a project to learn Symfony 7 via @yoanbernabeu training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published