Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 749 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 749 Bytes

ARTchie's Backoffice API

[//]: # Coverage Status

Backoffice API made in Slim framework using PHP 8.

Install the Application

  • 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 -d

After that, open http://localhost:8080 in your browser.

Run this command in the application directory to run the test suite

composer test