https://github.com/ethiel97/shoppingcartlaravel
https://github.com/ethiel97/shoppingcartlaravel
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethiel97/shoppingcartlaravel
- Owner: Ethiel97
- Created: 2019-04-28T21:27:16.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T22:37:33.000Z (about 6 years ago)
- Last Synced: 2025-02-07T17:38:35.863Z (4 months ago)
- Language: PHP
- Size: 944 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 machine1. 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