top of page

Inventory System

Inventory_resize.gif

An inventory system with UI framework and server persistence. Both client and server work in a multi-threading environment.

​

  • UI framework

    • Image​​

    • Text

    • Textfield

    • Button

    • Scrollable

    • Model viewer

    • Canvas

  • Inventory

    • Value pair data​

    • Filter and sorter

  • Database

    • MongoDB instance host on Amazon EC2

    • An application server handle communication between the client and the database with TCP

    • A client program sends requests to and receives data from the application server

bottom of page