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.
- First of all clone this repository.
- Go in the terminal and install required node modules using
npm install
ornpm i
- Type
npm start
to start the project. - Go to
localhost:3000
and try out different routes with your own queries.