Backoffice API made in Slim framework using PHP 8.
- Install dependencies via composer (composer install).
Check out the scripts defined at the composer.json file to start the application.
You can use also use docker-compose to run the app with docker, so you can run these commands:
cd [my-app-name]
docker-compose up -dAfter that, open http://localhost:8080 in your browser.
Run this command in the application directory to run the test suite
composer test