Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Latest commit

 

History

History

week3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

DevClub Summer of Code 2023

App Development: Week 3

Here are the tasks for week 3 —

  1. 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