Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Simple CRUD application built with Laravel 9 and NUXT

ThusharaX/Product-CRUD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

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

Steps to run NUXT Application

Step 1:

  • Run Laravel-Product-CRUD Application

Step 2:

$ cd Product-CRUD/Nuxt-Product-View
$ yarn install
$ yarn dev

Laravel-Product-CRUD Screenshots :

image

image

image

Nuxt-Product-View Screenshots :

image

About

Simple CRUD application built with Laravel 9 and NUXT

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published