Giter Club home page Giter Club logo

order-viewer's Introduction

Order Viewer

Install Docker

Visit Docker.com and search how to setup a Docker environment for your platform. Available for Linux, Mac, and Windows.

Note: Instructions below are for Unix based system

Install app dependencies

Composer should be installed before running below command in your local environment

Execute cd www/lumen && composer install

Start your Docker environment

Execute docker-compose up -d

View the app in browser

Access the app in http:\\localhost:8080

Stop your Docker environment

Execute docker-compose down

Test the app using Postman or CURL

Display details about a single order

Send a request to GET http://localhost:8080\orders\<Order Tracking Number>

Example: http://localhost:8080/orders/0077-6490-VNCM

Display details about multiple orders

Send a request to GET http://localhost:8080/orders/?trackno[]=<tracking_number>&trackno[]=<tracking_number2>

Example: http://localhost:8080/orders/?trackno[]=0077-0424-NSHE&trackno[]=0077-0516-VBTW&trackno[]=0077-0522-QAYC&trackno[]=0077-0526-EBDW&trackno[]=0077-0836-PEFL&trackno[]=0077-1456-TESV&trackno[]=0077-6478-DMAR&trackno[]=0077-6490-VNCM&trackno[]=0077-6491-ASLK&trackno[]=0077-6495-AYUX

Order Viewer - Jediscript (c) 2018

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.