rob3rt96 / StoreProductManagement

This application was created in order to simulate a simplistic management system of some products in a store. Actions have been defined in the form of commands through which it will be possible to buy and add products in the store. The system is initialized from a .json file received as a command line argument when the executable is run.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StoreProductManagement

This application was created in order to simulate a simplistic management system of some products in a store. Actions have been defined in the form of commands through which it will be possible to buy and add products in the store.

The system is initialized from a .json file received as a command line argument when the executable is run.

These are some examples of how the json file should look like: alt-text

alt-text

And this is are some examples of what commands you can input in this app:

alt-text

About

This application was created in order to simulate a simplistic management system of some products in a store. Actions have been defined in the form of commands through which it will be possible to buy and add products in the store. The system is initialized from a .json file received as a command line argument when the executable is run.