Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rizkinugrohho/laravel8-ecommerce
- Owner: rizkinugrohho
- Created: 2024-06-03T07:21:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T08:00:00.000Z (3 months ago)
- Last Synced: 2024-08-05T09:27:20.820Z (3 months ago)
- Language: PHP
- Homepage:
- Size: 191 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`