An online marketplace for neuro enhancements and neuro-controlled gear.
To place an order on NeuroNet, while connected to your neuralHub (bash), run
node neuronetCustomer.js
This will jack you into the NeuroNet consumer portal and list all available products for purchase.
Enter the ID number (listed in the leftmost column) of the product you would like to purchase. You will then be prompted to enter the number of units you would like.
After you have entered the number of units you would like to purchase for your selected item, your order invoice will be displayed and you will be asked if you would like to order again.
Selecting YES, will start the order process again. Selecting NO will jack you out of NeuroNet
To manage NeuroNet, while connected to your neuralHub (bash), run
node neuronetManager.js
This will jack you into the NeuroNet manager portal.
From here, you can choose to:
View Products for Sale
View Low Inventory
Add to Inventory
Add New Product
Results from Add to Inventory and Add New Product
Exit To jack out of NueroNet Manager portal.
To see how much profit we are making at NeuroNet and add more departments to interest our customers, while connected to your neuralHub (bash), run
node neuronetExecutive.js
This will jack you into the NeuroNet executive portal.
From here, you can choose to:
View Product Sales by Department
Create New Department
Exit To jack out of NueroNet Executive portal.
Main focus of future development at this time is creating a front end for the app.