irpcpro / test-food
A project to get order and manage them.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^8.1
- guzzlehttp/guzzle: ^7.2
- laravel/framework: ^10.10
- laravel/sanctum: ^3.3
- laravel/tinker: ^2.8
Requires (Dev)
- fakerphp/faker: ^1.9.1
- laravel/pint: ^1.0
- laravel/sail: ^1.18
- mockery/mockery: ^1.4.4
- nunomaduro/collision: ^7.0
- phpunit/phpunit: ^10.1
- spatie/laravel-ignition: ^2.0
README
Version: 1.0.0
A project to get order and manage them ...
System Design
Installation
Install this project via Composer:
composer create-project irpcpro/test-food
Requires:
- php: "^8.1",
- MariaDB: "10.4.28"
⚠️ Running Project
It's better to move to the public
directory and run the command to set up a server on port 8000
$ cd ./public
$ php -S localhost:8000
⚠️ Initiate State
for setup the tables and mock data, you should run these two commands to create tables and data
$ php artisan migrate $ php artisan db:seed DatabaseSeeder
⚠️ Testing Reports
for testing the API of the Report [weekly delays]
for having more data, you can run this command to fill the order
and delay_reports
tables about 300 data
$ php artisan db:seed ReportDataSeeder