This is a Symfony project.
- PHP 7.1.3 or higher
- Composer
- Clone the repository:
git clone https://github.com/syrinechh/symfony.git cd symfony
- Install dependencies:
composer install
- Set up your environment variables:
cp .env.example .env
- Run migrations:
php bin/console doctrine:migrations:migrate
To run the application:
symfony serve
This project is licensed under the MIT License.