https://github.com/radser2001/online-product-management-system
https://github.com/radser2001/online-product-management-system
laravel mysql nuxt tailwindcss
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radser2001/online-product-management-system
- Owner: Radser2001
- Created: 2022-09-05T07:06:36.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T08:17:37.000Z (almost 4 years ago)
- Last Synced: 2025-02-08T19:35:02.622Z (over 1 year ago)
- Topics: laravel, mysql, nuxt, tailwindcss
- Language: PHP
- Homepage:
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Online Product Management System
```
git clone https://github.com/Radser2001/Online-Product-Management-System
```
## Steps to run the applications
### Lavarel - CRUD
```
cd Online-Product-Management-System/Lavarel - CRUD
```
```
composer install
```
```
php artisan migrate
```
```
npm install
```
```
npm run dev
```
#### In a separate terminal, run the following command
```
php artisan serve
```
### Nuxt - View
#### Run the Lavarel - CRUD application
```
cd Online-Product-Management-System/Nuxt - View
```
```
yarn install
```
```
yarn dev
```