-
Postman üzerinde endpointler verilmiştir.
-
$ git clone https://github.com/ahmetserefoglu/RestApiProject.git
-
$ cd www/RestApiProject
-
$ composer install
-
$ copy .env.example .env
-
$ php artisan key:generate
-
$ php artisan migrate or php artisan migrate:refresh
-
$ php artisan passport:install
-
$ php artisan serve