Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christianjtr/backoffice-order-explorer

Backoffice order explorer test to manage deliveries (change status, check delivery details, look for some deliveries). VueJS v2, JSON Server.
https://github.com/christianjtr/backoffice-order-explorer

assessment bulma frontend javascript json-server vue

Last synced: about 2 months ago
JSON representation

Backoffice order explorer test to manage deliveries (change status, check delivery details, look for some deliveries). VueJS v2, JSON Server.

Awesome Lists containing this project

README

        

# Backoffice order explorer

> :warning: Missing `src` folder :(

It´s just another test...

Backoffice order explorer test to manage deliveries (change status, check delivery details, look for some deliveries). VueJS v2, JSON Server.

### Demo

![](backoffice.gif)

### Installation and running the project

The project requires [Node.js](https://nodejs.org/) and [NPM](https://www.npmjs.com/) to run.

Clone the repository:

```shell
git clone https://github.com/christianjtr/backoffice-order-explorer.git
```

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

### Compiles and minifies for production

```
npm run build
```

### Start server

```
npm run server
```

### Start full project (Concurrently)

Client/Server side

```
npm run start
```

### Lints and fixes files

```
npm run lint
```

### Technologies

- Front-end:

- Vue v2 + Vuex, Axios, Bulma.

- Back-end:
- json-server