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
.env
file - Set your mail credentials in the
.env
file - Run
php artisan migrate
- Run
php artisan serve
to start the test server - Run
npm run dev
to 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