Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mr687/h8_finalproject
https://github.com/mr687/h8_finalproject
Last synced: 27 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mr687/h8_finalproject
- Owner: mr687
- Created: 2021-10-20T07:53:27.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T22:16:35.000Z (almost 3 years ago)
- Last Synced: 2024-06-26T11:38:58.664Z (6 months ago)
- Language: PHP
- Size: 5.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hactiv8 - Final Project (Admin Panel E-Commerce)
## Preparation
- Clone this repo
- `composer install`
- `cp .env.example .env` & Set-up database
- `php artisan key:generate`
- `npm install && npm run dev`
- `php artisan migrate:fresh --seed`
- `php artisan serve`## Demo Credential (Admin)
- username: `[email protected]`
- password: `admin`## Database Design
![H8-Final-Ecommerce](https://user-images.githubusercontent.com/26916086/141052155-36854a1a-8c66-45dd-ba4f-3b910b32d2cc.jpg)