This is a coding lab project to test how easy and fast could be an API RESTFull implementation using Symfony 6, without API Platform
make buildThis command executes the Docker image building process and performs the Composer dependencies installation.
Type make help for more tasks present in Makefile.
- Authentication
 - Authorization
 - Resources CRUD operations
 
A light infrastructure is provided with a populated MySQL database with example data and a web server using PHP built-in development server.
After the Build step, you can run the containers with Docker Compose (V2)
docker compose up -dIn order to populate test data into the database, you must run the fallowing command:
docker exec -i freepik_php sh -c 'php bin/console hautelook:fixtures:load -n --env=dev --no-bundles'docker exec -i freepik_php sh -c 'vendor/bin/phpunit'https://documenter.getpostman.com/view/11366921/2s93eVXDeG#introduction