A Ecommerce API built with Laravel. with all the features of an Ecommerce API.
- Clone the repository
- Copy the .env.example file to .env
- Generate an application key
php artisan key:generate- Install dependencies
composer install- Run migrations
php artisan migrate- Run seeders (should be run only on development environment)
php artisan db:seed- Run development server
php artisan serveEcommerce API is open-sourced software licensed under the MIT license.