To represent data from 3rd party API as table and work on mongo db functionality of creating inventory. -- 2
Budget: $250 – $750 USD
1) Get data from a third-party API and display it on the UI as a graph or chart. 2) Inventory Management Software: a. Prerequisites: i. For inventory administration, a distinct webpage (UI) should be developed. I should be able to make an inventory object from the UI as a visitor by completing out a form with name, number, and picture upload sections. These inventory products should be saved in the database, and item pictures should be transferred to AWS S3. iii. As a guest, I should be able to change the name and number of specific inventory items. iv. After that, Inventory item objects are retrieved from the database and given to the UI, where they are enumerated and presented as a collection of inventory products.v. Each object should have an image, a name, a number, and a "Update" icon to refresh the items of the corresponding inventory item. vi. When you press the "Update" button, a form should show on the UI with two editable sections filled in with the name and number of the respective chosen inventory object, as well as a submit button to save the information to the database. If the inventory is vacant, a warning window with a statement will be displayed.