An open API service indexing awesome lists of open source software.

https://github.com/ethiel97/shoppingcartlaravel


https://github.com/ethiel97/shoppingcartlaravel

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Shopping cart with Laravel, Vue, Vuex and Auth0.

A reactive shopping cart built Laravel and Vue ecosystem powered by Auth0

## Getting Started
Make sure you have `npm` and `yarn` on your local machine

1. Clone this repository and cd into it
2. Run `yarn` or `npm install` to download dependencies listed in `package.json`
3. Run `composer install` to install Laravel as well all its dependencies
4. Set up your database in your `.env` file and run php `php artisan migrate`
and export the [products table](https://drive.google.com/file/d/183qhkcqYxsqWnb2CX2JrZMJUZwbmK7NE/view?usp=sharing)
5. Execute `npm run dev` to build project assets
6. Execute `php artisan serve` to run the project in your browser

### Prerequisites
Having following tools is very helpful

* Laravel
* Vue
* Vuex
* npm or Yarn
* Auth0 account

## Built With

* [Auth0](https://auth0.com/) Universal authentication & authorization platform
* [Laravel](https://laravel.com.com/) - Beautiful Php framework
* [Vue](https://vuejs.org/) - A Great reactive Js framework
* [Vuex](https://vuex.vuejs.org/) - Vuejs state management made simple
* [Axios](https://vuejs.org/) - A Js library to handle ajax requests easily