Here are the tasks for week 3 —
- Integrating RESTAPIs (GET, POST, PUT, DELETE): Utilize a provided API endpoint to make a GET request and retrieve the product data in JSON format, deserialize the JSON data into Dart Objects and create an appealing user interface that showcases the fetched products in a visually appealing and user-friendly manner. Use the similar concepts for POST request.
GET API Endpoint - https://marketplace-1-b3203472.deta.app/search/featured
POST API Endpoint - https://marketplace-1-b3203472.deta.app/product
OpenAPI documentation - https://marketplace-1-b3203472.deta.app/docs
Backend repository - https://github.com/as1605/MarketPlace-Demo-Backend
Continue with the project you initialized as app/my-app
in week 1