Skip to content

sbourdon13/monitor-order-fulfillments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published