Store is web app based on Laravel framewort created for learning purpose.
- Set DB environment variable in .env
- Run migration
php artisan migration - Run application
php artisan serve - Hit enpoint /api/product
The Laravel framework is open-sourced software licensed under the MIT license. Store application is open-sourced