Skip to content

if-web-dev/Technical-Test-01-Symfony

Repository files navigation

Technical-Test-01-Symfony

We present the first technical test with PHP/Symfony; Create a car dealership Symfony application. You can see the Instructions here.

To start

This project was developed with PHP 8.1, it integrates bootstrap 5, jquery, fontawesome libraries.

Prerequisites

  • A machine with at least PHP 8.1.
  • Composer
  • Symfony CLI

Installation

  • Clone or download the repository
  • Duplicate and rename the .env file to .env.local and modify the necessary information and choose your database (APP_ENV, APP_SECRET, ...)
  • Install the dependencies with symfony composer install --optimize-autoloader
  • Run migrations with symfony console doctrine:migrations:migrate --no-interaction
  • Add default datasets with symfony console doctrine:fixtures:load --no-interaction

Startup

  • Locally run your database
  • Run the app with symfony serve -d

Features

  • Car Crud
  • Car Pagination
  • Car Search by name
  • Car Category filter
  • Weather Api feature + refreshed by Ajax avery hour
  • Bootstrap v5

Made with

Author

About

First technical test with symfony 6 - Create a dealership site showcasing cars and allowing a car crud

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published