https://github.com/thusharax/product-crud
Simple CRUD application built with Laravel 9 and NUXT
https://github.com/thusharax/product-crud
api jetstream laravel-framework mysql nuxt php tailwindcss
Last synced: 3 months ago
JSON representation
Simple CRUD application built with Laravel 9 and NUXT
- Host: GitHub
- URL: https://github.com/thusharax/product-crud
- Owner: ThusharaX
- Created: 2022-07-26T14:06:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-29T14:26:59.000Z (almost 4 years ago)
- Last Synced: 2026-01-03T14:27:30.616Z (6 months ago)
- Topics: api, jetstream, laravel-framework, mysql, nuxt, php, tailwindcss
- Language: PHP
- Homepage:
- Size: 590 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How to Run this project
## **Steps to run Laravel Application**
## Step 1:
```
$ git clone https://github.com/ThusharaX/Product-CRUD.git
```
```
$ cd Product-CRUD/Laravel-Product-CRUD
```
## Step 2:
* ### Copy .env.example file to .env on the "Laravel-Product-CRUD" folder. You can type ```copy .env.example .env``` if using command prompt Windows
* ### Open XAMPP and start Apache server and MySQL server
* ### Open phpMyAdmin and create a database called "product_db"
* ### Open your .env file and change the database name (DB_DATABASE) to "product_db"
## Step 3:
```
$ composer install
```
```
$ php artisan key:generate
```
```
$ php artisan migrate
```
```
$ npm install
```
```
$ npm run dev
```
* ### Open another terminal and type "php artisan serve"
```
$ php artisan serve
```
* ### Open your browser and type *http://localhost:8000/* OR *http://127.0.0.1:8000/*
## **Steps to run NUXT Application**
## Step 1:
* ### Run Laravel-Product-CRUD Application
## Step 2:
```
$ cd Product-CRUD/Nuxt-Product-View
```
```
$ yarn install
```
```
$ yarn dev
```
* ### Open your browser and type *http://localhost:3000/* OR *http://127.0.0.1:3000/*
## Laravel-Product-CRUD Screenshots :



## Nuxt-Product-View Screenshots :
