Skip to content

imrasel/image-meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Meta

This is an api collection to store, view and download image metadata.

See the demo application.

Frontend: VUE Backend: LARAVEL

Backend setup

cd backend
composer install

Create the .env file from .env.example and add the proper database configuration.

Migrate the database

php artisan migrate

Run the backend project

php artisan serve

Frontend setup

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.

install node modules

npm install

Run the frontend project

npm run serve

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published