DCRUSTODC / devbasics

beginner level projects to get started with development and Github
5 stars 7 forks source link

Think of an idea for what kind of data to serve from the REST API. #1

Open sambhavsaxena opened 1 year ago

sambhavsaxena commented 1 year ago

A back-end service always delivers a specific kind of data, and the same needs to be discussed in the thread below prior implementation. Every application broadly depends on the kind of data being served from the back-end, and this could be anything you could think of, from tiny Instagram stories to huge data analysis happening at Tesla, everything is manipulated and served to users by the REST-API.

Contribution directory: REST-JS

codingercat commented 1 year ago

One idea could be building a website where different prices of a commodity available across various E-commerce websites can be compared. Basically using e-commerce APIs to compare prices of products so that the users can benefit the most by making a genuine deal.