This is an api collection to store, view and download image metadata.
See the demo application.
Frontend: VUE
Backend: LARAVEL
cd backend
composer install
Create the .env file from .env.example and add the proper database configuration.
php artisan migrate
php artisan serve
cd frontend
Create the .env file from .env.example and add edit the VUE_APP_API_URL if required.
Require node.js and vue-cli installed.
npm install
npm run serve