This project is based on the PHP Symfony 6 and API Platform.
Creating a REST API for jobs offer.
- PHP 8.1 or higher
- Composer
- Docker
- Docker-compose
- Clone the repository
- Run
composer install - Run
docker compose up -d - Run
symfony server:start - Run
symfony console app:reset-dbto create the database and load the fixtures
Go to https://localhost:8000/api
symfony console make:migrationsymfony console doctrine:migrations:migratesymfony console doctrine:fixtures:load -ncomposer test