Skip to content

Photography API to connect pro-photographers to people who need good photography for their products

Notifications You must be signed in to change notification settings

israelalagbe/photography

Repository files navigation

Photography API

Photography API to connect pro-photographers to people who need good photography for their products. Written in laravel and php.

Installation

  1. Clone the repository
git clone https://github.com/israelalagbe/photography.git
cd photography
  1. Install dependencies
composer install
  1. Set up environment variables
cp .env.example .env
php artisan key:generate

Edit the .env file with your database configuration

  1. Run database migrations and seeders
php artisan migrate --seed
  1. Run tests to ensure everything works correctly
php artisan test

Usage

After installation, you can access the application locally by running:

php artisan serve

About

Photography API to connect pro-photographers to people who need good photography for their products

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published