Coder Social home page Coder Social logo

habibtalib / vuetify-laravel-shopping-cart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jijoel/vuetify-laravel-shopping-cart

0.0 1.0 0.0 689 KB

Shopping cart exercise with Laravel and Vuetify

PHP 87.55% Vue 11.33% CSS 0.51% HTML 0.61%

vuetify-laravel-shopping-cart's Introduction

Vuetify Laravel Shopping Cart

screenshot

This is an experimental shopping cart with Vuetify and Laravel. It's my attempt to learn how to put all of the pieces of a simple, but non-trivial application together.

This is a single-page web app. Data is served to the Vue front-end via a Laravel API, and kept in a Vuex store.

Features

  • Storefront:

    • List products
    • Add items to cart
    • Mark items as sold-out
    • Search for products
    • Check-out dialog box
    • Connection to Stripe for credit card data
    • Field sanitization
    • Validation from Laravel and front-end js
  • Testing:

    • Browser tests (end-to-end Dusk acceptance tests)
    • Feature tests
    • Unit tests

To-do

  • Admin panel:
    • Add, edit, delete products
    • Show / complete active orders
    • Show sales chart
    • Log ins / authentication
    • Restrictions / authorization
    • Add, edit, delete users (admin only)

Help Wanted

I'm pretty much making this up as I go along. In many cases, I don't know if I'm doing it right. Feedback, bug reports, and pull requests are all very welcome!

Installation

This is a standard Laravel project, so all standard processes should just work right out of the box:

git clone [email protected]:jijoel/vuetify-laravel-shopping-cart.git
composer install
php artisan migrate --seed
yarn install
npm run dev

Resources

Thank you to https://github.com/matheusazzi/shop-vue for the inspiration and basic template.

vuetify-laravel-shopping-cart's People

Contributors

jijoel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.