Photography API to connect pro-photographers to people who need good photography for their products. Written in laravel and php.
- Clone the repository
git clone https://github.com/israelalagbe/photography.git
cd photography- Install dependencies
composer install- Set up environment variables
cp .env.example .env
php artisan key:generateEdit the .env file with your database configuration
- Run database migrations and seeders
php artisan migrate --seed- Run tests to ensure everything works correctly
php artisan testAfter installation, you can access the application locally by running:
php artisan serve