Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lequanphat/furniture-shop
FurnitureShop - Ecommerce is built on Laravel + Tabler
https://github.com/lequanphat/furniture-shop
ajax blade-template bootstrap5 jquery laravel mysql oauth tabler vnpay
Last synced: 1 day ago
JSON representation
FurnitureShop - Ecommerce is built on Laravel + Tabler
- Host: GitHub
- URL: https://github.com/lequanphat/furniture-shop
- Owner: lequanphat
- License: mit
- Created: 2024-01-19T13:57:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T16:45:59.000Z (8 months ago)
- Last Synced: 2024-11-22T18:20:09.974Z (2 months ago)
- Topics: ajax, blade-template, bootstrap5, jquery, laravel, mysql, oauth, tabler, vnpay
- Language: Blade
- Homepage: https://furniture-shop.up.railway.app/
- Size: 27 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
## Production
You can try here: [https://furniture-shop.up.railway.app/](https://furniture-shop.up.railway.app/)
## Getting Started
### Step 1
1. Install Composer
2. Install Xampp (PHP version >= 8.2.0)### Step 2
1. **Clone the repository:**
```bash
git clone https://github.com/lequanphat/furniture_shop.git
```2. **Change to the project directory:**
```bash
cd furniture_shop
```3. **Install Composer dependencies:**
```bash
composer install
```4. **Create database:**
Create MySQL Database with name: furniture_shop
### Step 3
1. **Run database migrations:**
```bash
php artisan migrate
```2. **Run database seeders:**
```bash
php artisan db:seed
```3. **Link storage directory to public:**
```bash
php artisan storage:link
```4. **Run the application:**
```bash
php artisan serve
```Navigate to the specified URL in your browser to access the application.