Skip to content

jaypalchauhan89/mini-aspire-laravel-task

Repository files navigation

Installation Steps

composer install
cp .env.example .env
php artisan key:generate

setup database credentials in .env file

php artisan migrate
php artisan db:seed
php artisan serve

Postman environment file (attached to email)

Default Base URL : example {{base_url}} = http://127.0.0.1:8000 use your url

Postman collection link

https://www.getpostman.com/collections/2f16f2bf4524171721a8

Test credential for admin

Username:[email protected]
Password:1234567890

Test credential for client 1

Username:[email protected]
Password:1234567890

Test credential for client 2

Username:[email protected]
Password:1234567890

For test cases

php artisan test

About

Mini Aspire Laravel Task

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages