Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rizkinugrohho/laravel8-ecommerce

https://www.youtube.com/watch?v=N2I7d__Z1DM
https://github.com/rizkinugrohho/laravel8-ecommerce

Last synced: 3 days ago
JSON representation

https://www.youtube.com/watch?v=N2I7d__Z1DM

Awesome Lists containing this project

README

        

# Front end :
Link Frontend

# DEMO
## CLICK HERE

[![WATCH](https://img.youtube.com/vi/N2I7d__Z1DM/0.jpg)](http://kelompok3spk.vercel.app/)

## Installation
Make sure you have environment setup properly. You will need MySQL, PHP7.4, Node.js and composer.

## Install Laravel Website + API
1. Download the project (or clone using GIT)
2. Copy `.env.example` into `.env` and configure database credentials
3. Navigate to the project's root directory using terminal
4. Run `composer install`
5. Set the encryption key by executing `php artisan key:generate --ansi`
6. Run migrations `php artisan migrate --seed`
7. Start local server by executing `php artisan serve`