This admin panel allows you to manage brands, products, and categories for the Apple Shop. Follow the steps below to set up the project:
- Clone the repository
- Run
composer install - Run
npm install - Run
cp .env.example .env - Run
php artisan key:generate - Set your database credentials in the
.envfile - Set your mail credentials in the
.envfile - Run
php artisan migrate - Run
php artisan serveto start the test server - Run
npm run devto compile the assets for development
PostMan API Documentation is available in the root directory of the project as a file named
Ecommerce.postman_collection.json
- Root URL:
http://127.0.0.1:8000