Installation
- 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
PostMan API Documentation added in the root directory of the project as a file named Ecommerce.postman_collection.json
** URLs **
- Root URL:
http://127.0.0.1:8000
- Admin URL:
http://127.0.0.1:8000/admin