Skip to content

A way to get data from backend as per user input or filters applied.

Notifications You must be signed in to change notification settings

Sumit70421/StoreSearch

Repository files navigation

StoreSearch

A way to get data from backend as per user input or filters applied. Before this I used to send all the available data to the frontend and manipulated accordingly. But if we think of huge chunks front end will become slow overtime. So instead of that why not make http requests to get the required data only which will reduce load on the fornt end.

How to Start

  1. First of all clone this repository.
  2. Go in the terminal and install required node modules using npm install or npm i
  3. Type npm start to start the project.
  4. Go to localhost:3000 and try out different routes with your own queries.

About

A way to get data from backend as per user input or filters applied.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published