This program is a backend software application whereby users can add or remove data from the database by JSON application.
- The front page described how the users could navigate to any steps, whereby the user can see all items in storage, get a single item, add to the item in the warehouse, update particular or remove the item in the store.
- From the front page, when the user clicks on to get all items, the current items in the storage appear. Also, when the user clicks on the menu button, it navigates back to the front page.
-
From the front page, when the user clicks on getting one item, another page appear where the user can write id or select id to fetch the item in the store. By clicking on submit button, the actual information in the store regarding the selected Id appeared.
-
Result from submit button, and by clicking on the menu button, it navigates back to the front page
-
From the front page, when the user clicks on adding a new item, another page appear, then the user can write all the necessary information and post it to the store. By clicking on submit button, the data goes to the store.
-
Result before clicking on submit button, and by clicking on the menu button, it navigates back to the front page.
-
The result from submit button can display status Id.. was inserted, or error does not insert and error already in use. By clicking on the menu button, it navigates back to the front page.
-
From the front page, when the user clicks on updating a new item, another page appears, then the user can search with the Id of the item in the store that needs to be updated.
-
The result from submit button can display status Id.. was updated, or the error does not update, and by clicking on the menu button, it navigates back to the front page.
-
From the front page, when the user clicks on removing an item, another page appears, then the user can search with the Id of the item in the store that needs to be removed or deleted.
-
The result from submit button can display status Id.. was removed, or the error does not remove or delete, and by clicking on the menu button, it navigates back to the front page.
click to check the link here