This is an Image Repository Api built using Laravel 8
- Clone Project to local disk
- Copy the code contained in the .env.example file
- Create a .env file.
- Paste the code from .env.example to .env file
- Run the command composer update
- Change the DB_DATABASE= field to your desired Database name.
- Start your Xampp Server or MySQL server
- Run php artisan migrate, to migrate Database
- This API should be run using Postman.