To run this project:, run the following command
npm i -D
npm start
-
The CSV file is converted to a JSON file every time the server is run. It can be generated by running
npm run updateDB
. -
The JSON file containing data is served using
json-server
and the endpoint is: link. -
The front-end runs at link.
-
No table is generated if the search results are zero.
-
User can enter either Pin Code or Delivery date or both to search.
-
Sorting is implemented on the Customer ID column. Click on the table head to sort.