Skip to content

Ecommerce products API built with Laravel supporting CRUD operations with Vue.js interface

License

Notifications You must be signed in to change notification settings

hey6/laravel-ecommerce-api

 
 

Repository files navigation

Laravel Products API (laravel-products-api)

Laravel backend API with VueJS Frontend

Technology Stack

  • PHP
  • Laravel
  • MySQL
  • VueJS
  • Vue Router
  • VueX
  • Bootstrap
  • Firebase Auth

Preview

Homepage

Store

Cart

Login

Product List

API

Installation

  1. composer install
  2. php artisan migrate
  3. cd client && yarn && yarn build && cd .. or cd client && npm install && npm run build && cd ..
  4. php artisan serve
  5. Project is running at http://localhost:8000/

Note

  • Install Composer
  • Have a MySQL Server running (or use xampp)
  • Setup .env file from .env.example
  • Install NodeJS

Refer package.json for client

About

Ecommerce products API built with Laravel supporting CRUD operations with Vue.js interface

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 76.3%
  • Vue 20.0%
  • HTML 3.7%