This a restful api using larevel php framework.
*PHP
*Rest API client tool (optional) Insomnia Core or Postman
An all in one installation with an interface to configure easily Apache, PHP an MYSQL is recommended. Use XAMMP which is a completely free, easy to install Apache distribution containing MariaDB PHP, and Perl. The XAMPP open source package has been set up to be incredibly easy to install and to use.
php artisan serve
php artisan migrate
php artisan make:controller *ApiControllername*