Flipkart GRID 5.0 submission.

For running this project locally clone this repo.

Run the following command to start frontend server-:

cd client
npm i
npm run dev

After this run the following command to start backend server-:

cd server
npm i
nodemon index.js