Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/israelalagbe/photography
Photography API to connect pro-photographers to people who need good photography for their products
https://github.com/israelalagbe/photography
Last synced: about 2 months ago
JSON representation
Photography API to connect pro-photographers to people who need good photography for their products
- Host: GitHub
- URL: https://github.com/israelalagbe/photography
- Owner: israelalagbe
- Created: 2021-07-01T22:09:08.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-11T14:03:02.000Z (over 3 years ago)
- Last Synced: 2023-03-10T19:24:34.466Z (almost 2 years ago)
- Language: PHP
- Size: 222 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
git clone https://github.com/israelalagbe/photography.git
cd photography
```2. Install dependencies
```sh
composer install
```3. Set up environment variables
```sh
cp .env.example .env
php artisan key:generate
```
Edit the .env file with your database configuration4. Run database migrations and seeders
```sh
php artisan migrate --seed
```5. Run tests to ensure everything works correctly
```sh
php artisan test
```## Usage
After installation, you can access the application locally by running:
```sh
php artisan serve
```