Interview Test
Tasks:
- Please integrate a simple API.
Questions:
-
Get All Data with GET METHOD and integrate it into a Front-End Table that includes :
- ID
- Product Name
- Amount
- Create Time
- Update Time
- You may add CREATE and UPDATE BUTTONS on your table's template and Integrate them with the API.
The API only contains 2 Methods:
- GET - to get all the lists of data (No Query is Required)
- POST - to create or update data (Model Data is Required)
For more details of the API, you may refer to this Documentation.