- PHP >= 8.1
- Composer
- Laravel
- Clone the repository
- Install dependencies:
composer install - Set up environment variables:
cp .env.example .envand modify as needed - Generate application key:
php artisan key:generate - Run migrations:
php artisan migrate - Seed the database:
php artisan db:seed - Serve the application:
php artisan serve - API documentation can be found at :
/api/documentation
Email: [email protected] Password: password
Run the PHPUnit tests: : php artisan test
php artisan schedule:run >> /dev/null 2>&1
php artisan app:publish-scheduled-posts
php artisan l5-swagger:generate