An open API service indexing awesome lists of open source software.

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

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
```