This is an api written in PHP with Laravel 8 Sanctum with jwt authentication. This api was built to guide beginners.
- On your terminal:
- composer install
- php artisan serve, then http://localhost:8000 will be started.
- To stop server: ctrl + c or command + c
The Store api is open-sourced licensed under the MIT license.