Skip to content

A simple web app to allow pushing feeds (products) from shopify (shop-feed - demo application) to google shopping using a simple api (lumen)

Notifications You must be signed in to change notification settings

mantey-github/shop-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shop-feed

A simple web app that uses Vue (using vue-cli) on the frontend and Lumen on the backend to allow pushing feeds (products) from shopify to google shopping.

Project setup for Frontend

npm install 

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Project setup for Backend

create a .env file with your database details

Database Setup

Setup database by running the command below

php artisan migrate

Accessing the API Locally

 http://localhost/shop-feed/api/public/v1

About

A simple web app to allow pushing feeds (products) from shopify (shop-feed - demo application) to google shopping using a simple api (lumen)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages