Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/christianjtr/backoffice-order-explorer
- Owner: christianjtr
- Created: 2021-01-31T22:07:24.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T16:23:13.000Z (about 1 year ago)
- Last Synced: 2023-12-21T19:10:33.084Z (about 1 year ago)
- Topics: assessment, bulma, frontend, javascript, json-server, vue
- Language: JavaScript
- Homepage:
- Size: 13.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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