inventory system to already existing web application
Budget: $10 – $30 USD
task 1 : Get data from 3rd party API, and represent data as a graph or table on the UI on the other web page and this shall happen on clicking a button.
Task 2 : A separate webpage(UI) should be created for inventory management and for this other button has to be created.
task 3 :As a visitor, I should be able to create an inventory item from the UI by filling a
form with name, quantity, and image upload fields. These inventory items should
be persisted in the database
task 4 :As a visitor, I should be able to update individual inventory item’s name and
quantity
task 5: After addition, Inventory item objects are fetched from the database, and should
be passed to the UI where they will be enumerated and displayed as list of
inventory items
task 6 :Each item should show an Image, name, quantity, and an “Update” button to
update the contents of the respective inventory item.
task 7: On click of the “Update” button, a form should appear on the UI having two
editable fields filled in with the name and quantity of the respective selected
inventory item and a submit button to save details to the database.
task 8 : Display an alert box with a message, if inventory is empty.
task 9 :AWS EC2 instance and Host the web application. It should
be accessible to anyone with an internet connection. Make it immortal using pm2.io
note : react js , mongo db atlas cluster, express js
Task 2 : A separate webpage(UI) should be created for inventory management and for this other button has to be created.
task 3 :As a visitor, I should be able to create an inventory item from the UI by filling a
form with name, quantity, and image upload fields. These inventory items should
be persisted in the database
task 4 :As a visitor, I should be able to update individual inventory item’s name and
quantity
task 5: After addition, Inventory item objects are fetched from the database, and should
be passed to the UI where they will be enumerated and displayed as list of
inventory items
task 6 :Each item should show an Image, name, quantity, and an “Update” button to
update the contents of the respective inventory item.
task 7: On click of the “Update” button, a form should appear on the UI having two
editable fields filled in with the name and quantity of the respective selected
inventory item and a submit button to save details to the database.
task 8 : Display an alert box with a message, if inventory is empty.
task 9 :AWS EC2 instance and Host the web application. It should
be accessible to anyone with an internet connection. Make it immortal using pm2.io
note : react js , mongo db atlas cluster, express js