sbourdon13 / monitor-order-fulfillments

Monitoring page getting data from a mock API using SSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monitoring page

This project displays fulfillment orders in a table. Each order reference is a row where you can see the current status and the history of the order. The table can be sorted according to order status, time, and operator.

Screenshot

The data comes from the mock API that can be found here, which implements Server-Sent Events. This API runs on localhost:8080/

You need to enable CORS with intercepted URL http://localhost:8080/* to make the project work.

Stack

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

=> Go to http://localhost:8081/

Don't forget to launch the mock API and to enable CORS to get some data!

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

Monitoring page getting data from a mock API using SSE


Languages

Language:Vue 91.1%Language:HTML 5.3%Language:JavaScript 3.6%