Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/seven-33/vue-product-order-system

Vue Product Order System connecting with an API service. Manage product and orders, tracking order status.
https://github.com/seven-33/vue-product-order-system

Last synced: 4 days ago
JSON representation

Vue Product Order System connecting with an API service. Manage product and orders, tracking order status.

Awesome Lists containing this project

README

        

# Vue Product Order System
Vue Product Order System connecting with an API service. Manage product and orders, tracking order status.

## Project setup

```
git clone https://github.com/RakibDevs/vue-product-order-system.git
cd vue-product-order-system
cp .env.example .env
npm install
```
### API Endpoint

Set API endpoint in .env
```
VUE_APP_API_ENDPOINT=api_endpoint such as http://localhost/test/
```
PHP API repository: https://github.com/RakibDevs/php-order-api

API Documentation:
https://documenter.getpostman.com/view/11223504/TzRLkAWw

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Lints and fixes files
```
npm run lint
```


Image & Design Credits: [weDevs](https://wedevs.com/)