/park-commerce

A simple shopping cart system built with Laravel and Vuejs

Primary LanguagePHP

park-commerce

Park-commerce is a light-weight application written to implement a flexible Coupon feature of an e-commerce solution.

Built With

Installation

  1. Download and install Node.js

  2. Clone project

    > git clone https://github.com/olayinkaraheem/park-commerce.git
  1. Install Dependencies
    > npm install
    > composer require
  1. Run project
    > php artisan migrate --seed
    > php artisan serve
    > npm run dev
  1. Run tests
    > ./vendor/bin/phpunit

Testing Feature

Local dev server

  • Login localhost:8000/login
  • Cart localhost:8000/cart

Live App URL

park-commerce.herokuapp.com

Sample Data

Login

email: olayinka.raheem16@gmail.com
password: password

Coupons

FIXED10
PERCENT10
MIXED10
REJECTED10

License

© Olayinka Raheem