Larave project for testing
- PHP >= 7.3
- MySQL
- Composer
run in terminal:
git clone https://github.com/alikadv/project.git
cd project
composer install
cp .env.example .env
Populate .env with your database credentialsphp artisan migrate --seed
will populate the database with the sample dataphp artisan key:generate
php artisan serve
- You can find sample requests in the postman export file: project.postman_collection.json